Nov 1, 2007 #1 Flashoid Technical User Joined Dec 11, 2002 Messages 163 Location US Does anyone know how to move the playhead 2 frames instead of one? I currently have this code, which moves the playhead forward one frame inside a movieclip, I would like it to advance it 2. tellTarget ("../movieclip") nextFrame(); thanks!
Does anyone know how to move the playhead 2 frames instead of one? I currently have this code, which moves the playhead forward one frame inside a movieclip, I would like it to advance it 2. tellTarget ("../movieclip") nextFrame(); thanks!
Nov 1, 2007 Thread starter #2 Flashoid Technical User Joined Dec 11, 2002 Messages 163 Location US Found it: gotoAndStop(_currentframe+2); Upvote 0 Downvote