View Single Post
  #2 (permalink)  
Old Feb 20th, 2008, 17:57
ahwell ahwell is offline
Reputable Member
Join Date: Aug 2007
Location: netherlands
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
Re: any key press to go to next frame

you can make an invisible button,place it anywhere off the stage and put this AS on it:
Code: Select all
on(keyPress "<Space>"){gotoAndPlay("framename");}
this uses the spacebar
Reply With Quote