Spacebar Code and Shade

1 min read

Deviation Actions

shadefalcon's avatar
By
Published:
5.1K Views
stop();
onEnterFrame = function () {
if (!Key.isDown(Key.SPACE)) {
_root.allow = true;
} else if (Key.isDown(Key.SPACE) && _root.allow == true) {
play();
_root.allow = false;
}
};



I get asked for this a lot, so I thought I'd just post it.  If ya have any questions feel free to ask.

ALSO, I'm doing MUCH better with my proportions and sketching.  Expect to see my character Shade up very soon as the first Retrograde ref sheet done.

In addition, my little mucus/breathing problem is improving greatly, and my screamer vocals are coming out more fluently with much less cracking going on.  Clean vocals are now easy, as well as adding heat, or "rasp" in them.
© 2012 - 2024 shadefalcon
Comments30
Join the community to add your comment. Already a deviant? Log In
Blksonic's avatar
i thought that coding looked familiar,CS3 i think