USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 1/14/08 11:04 PM
Sign-Up: 04/18/07
Posts: 739
on key press "b" go to frame 1 how do i do it in AS2?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @!@
Posted at: 1/14/08 11:13 PM
Sign-Up: 08/26/06
Posts: 30
if(Key.isDown(66)) { gotoAndStop(1); }
Posted at: 1/14/08 11:15 PM
Sign-Up: 08/04/07
Posts: 1,969
Put this on the main timeline.
function onEnterFrame (){ if (Key.isDown(Keycode)){ gotoAndStop(1); } }
4 in 5 people found this post helpful, did you? Yes | No
All times are Eastern Standard Time (GMT -5) | Current Time: 08:02 PM
<< Back