Skip to main content
Participant
November 2, 2009
Question

looping of frames

  • November 2, 2009
  • 4 replies
  • 492 views

I need to have a continuous loop... ie.. I have a nav button on(release) {gotoAndPlay("Scene 1", 10);}..... As I have dynamic text boxes, I need to have the frames loops once it play to Frame 20... can I have a gotoAndPlay "10" on frame 20 and what would be the syntax for that?  thanks

This topic has been closed for replies.

4 replies

Inspiring
November 3, 2009

Hi, If my answer be helpful to you, can you mark it as helpful or answered.

Thnks and Regards,

                Sreelash

timmyzeeAuthor
Participant
November 2, 2009

Got it working.. thanks... had to change frame to key frame at Frame 20 for it to work.. Thanks for the posts... Timmy

Ned Murphy
Legend
November 2, 2009

You will want to have

gotoAndPlay(10);

as the code in frame 20.

Inspiring
November 2, 2009

gotoAndPlay(20);

This is the syntax.