Skip to main content
Participating Frequently
July 1, 2009
Answered

How to make a new scene

  • July 1, 2009
  • 1 reply
  • 33013 views

Sorry i just realised this is wrong section,
Anyway how do i create a new scene?
If theres moderators or administrators on this forum,
Please may you move my thread if possible

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

In Flash you create a new scene via the Scenes panel.  Window -> Other Panels -> Scene.

1 reply

Ned Murphy
Ned MurphyCorrect answer
Legend
July 1, 2009

In Flash you create a new scene via the Scenes panel.  Window -> Other Panels -> Scene.

Participating Frequently
July 1, 2009

Thankyou for your help,
Now im still needing help on making a button open a scene,
I got the code but i dont know where to put that code,
If i right click on my keyframe, Click actions and type it in,
Then i play my movie, As soon as it gets to the end keyframe,
The movie replays itself even if i dont click on the button,
If anyone could help..

Ned Murphy
Legend
July 1, 2009

In AS3, all code goes on the timeline.  As far as where it goes on the timeline, that depends on where you want something to happen.  If the code has to be associated with a button, then the button has to be in the same frame where that code exists (different layer for good housekeeping purposes).  If you want your movie to stop at the last frame, then you need to add a stop(); command in the last frame.