The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.36 / 5.00 33,851 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 12,195 Viewson key press "b" go to frame 1
how do i do it in AS2?
if(Key.isDown(66))
{
gotoAndStop(1);
} Put this on the main timeline.
function onEnterFrame (){
if (Key.isDown(Keycode)){
gotoAndStop(1);
}
}