keke
April 24th, 2006, 01:40 PM
hi i have
if (Key.isDown(Key.SPACE)) {
tellTarget ("/car") {gotoAndStop (2);}
}
and all i want is for it to go back to gotoAndStop (1) when space is released. I though it would be "Key.isUp" but obviously it isn't then i tried some on space release things and got all confused. Is there a simple way to solve this?
if (Key.isDown(Key.SPACE)) {
tellTarget ("/car") {gotoAndStop (2);}
}
and all i want is for it to go back to gotoAndStop (1) when space is released. I though it would be "Key.isUp" but obviously it isn't then i tried some on space release things and got all confused. Is there a simple way to solve this?