Skip to main content
July 14, 2009
Answered

Jumping Frames (Skip Frames)

  • July 14, 2009
  • 1 reply
  • 622 views

I am editing a .FLA file that has been given to me.

I would like to have the movie jump frames (skip frames) to cut out a part of the movie so i do not have to edit the time line.

What is the Action Script that I should use?

Right now on the frame I want it to jump from I have

gotoAndPlay(8220);

this does not seem to be doing the job,

What script should I play in there insted?

Thank you very much in advance,

Travis

This topic has been closed for replies.
Correct answer kglad

if you place that code on the first frame you want to skip and the first frame you want to play is 8220 of the current timeline, that code will work (with just a few exceptions).

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
July 14, 2009

if you place that code on the first frame you want to skip and the first frame you want to play is 8220 of the current timeline, that code will work (with just a few exceptions).

July 14, 2009

You are right,

It did work

Thansk

kglad
Community Expert
Community Expert
July 14, 2009

you're welcome.