hmm, i don't remember any specific thread for coding questions, one might exist somewhere.
if there was one, not sure how well off it would be. it could get messy having conversations about different problems in the same thread. i would suggest just stemming off of this thread where people can already see past related stuff mentioned.
edit -
also, here you go, i threw something together:
coughhotkeyV1: https://app.box.com/s/yecbxa8ka8fqsip0xni1
source looks like:
package flash
{
import flash.media.SoundTransform;
import flash.events.Event;
public dynamic class Main extends flash.display.MovieClip
{
public function initl(l)
{
l.registerFunction( function() { //this register function call looks like shit because i inserted the function to use into the call
if(l.her.mouthFull) //means she is on dat cock
{
//instant in-throat cough
l.her.openCough();
l.g.soundControl.playCough();
l.g.dialogueControl.cough();
}
else
{
//instant cough:
l.g.soundControl.stopBreathing(true);
l.g.soundControl.playOpenCough();
l.g.soundControl.openCoughing = true;
l.g.soundControl.breathing = true;
//l.g.soundControl.startBreathing(false); //decided to do it differently, left commented
//queue a cough for after next breath:
//l.g.soundControl.queueOpenCough();
}
} , 70); //map cough key to 'f' (key 70) , i guess
l.unloadMod(); //tell the loader we are done so it doesn't error
}
}
}
another edit - if people are interested, i can put together a video showing the process of how i came about this code. it would essentially be a part 2 of my code modding tutorial showing the concepts mentioned previously being applied.
yet another edit - who am i kidding, i don't wait for people to actually give their input on the matter. put together yet another tutorial video of essentially making this mod: https://www.mediafire.com/?0s5dbb0mx13qq5x