Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

moving playhead 2 frames

Status
Not open for further replies.

Flashoid

Technical User
Dec 11, 2002
163
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!
 
Found it:


gotoAndStop(_currentframe+2);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top