Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Multiscene project..

New Here ,
Feb 22, 2013 Feb 22, 2013

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.,

TOPICS
ActionScript
880
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Feb 23, 2013 Feb 23, 2013

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.

Translate
LEGEND ,
Feb 22, 2013 Feb 22, 2013

Why is it mandatory for your project?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Feb 22, 2013 Feb 22, 2013

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 23, 2013 Feb 23, 2013

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

for ur reply.. Thank you..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 23, 2013 Feb 23, 2013

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

I cannot decrease the total no. of frames and cannot use multiple

swf's. becoz my total project must be exported into a single swf, or

exe file.

How can this be solved. can u please help me. Reply ASAP.. Thank you..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2013 Feb 23, 2013

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 23, 2013 Feb 23, 2013

Thank you so much. will try to use movieclips in a single scene..

will get back, if i still 've any doubts. Thank you.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2013 Feb 23, 2013

You're welcome.  Hopefully you are successful and will avoid using scenes in the future.  While they are a nice idea, they have been a sore spot for developers since they were introduced because they can behave/fail unpredictably when you try to involve them with navigation.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 23, 2013 Feb 23, 2013

Yes. It looks kewl 2 hav mvclips. changed all scenes into movieclips. But unable 2 solve sound issues while navigation. Spent couple of hours but how 2 control audio. In each movieclip i placed around 1000-2000 frames with voiceover.(as i m dealing wit an interactive multimedia lessom.) wen i navigate 2 d prev frame, unable 2 control d sound(rock n roll). How can this be solved? Anyhow Thank u so much4 bringing me 2 dis level. God bless u.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2013 Feb 23, 2013

If you need to have control of the sound then you need to use the Sound Class.  Try Googling "AS3 Sound tutorial" and you should find some helpful info on using it.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 06, 2013 Mar 06, 2013
LATEST

Your answers are valuable. My Problem is solved.. Thank you so much

friend..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines