Skip to main content
Participating Frequently
February 22, 2013
Answered

Multiscene project..

  • February 22, 2013
  • 2 replies
  • 944 views

My multi-scene Project totally comprises of 16 Scenes where I used some buttons to navigate in between. All of them are getting played successfully, if I play them individually. But when the project is tested as a whole, though navigation between all those scenes is possible, but exactly when it gets to the last 4scenes(13,14,15,16), the particular scenes are stopped playing at the first frame. I tested these scenes individually, they are getting working successfully.

One more thing is that, If I just reorder the scenes in the Scene window, and, test the project, exactly the last 4 scenes are not getting played. (stopping @ the first frame).

Pls, Pls, Can somebody help me to sort this out. I know it is not preferred to work on multiscene. but, It is mandatory for my project. Waiting for a solution.. Thank you so much friends.,

This topic has been closed for replies.
Correct answer Ned Murphy

When you compile a Flash file all scenes are combined into one timeline, so your main timeline is exeeding the maximum number of frames allowed in a timeline when you use scenes the way you do.

Use movieclips instead of scenes.  Place them all in the same one (1) scene either in the same frame or spread out along 16 frames and have your navigation either make the desired one visible or go to that frame.

2 replies

Inspiring
February 22, 2013

There is a frame limit of 16000 Timeline-frames in Flash . How long are your scenes?

Participating Frequently
February 23, 2013

There are totally 16 scenes (totally 22000 frames) in the fla. waiting

for ur reply.. Thank you..

Ned Murphy
Legend
February 22, 2013

Why is it mandatory for your project?