This is a discussion on "Scene Loop again" within the Flash & Multimedia Forum section. This forum, and the thread "Scene Loop again are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Scene Loop again
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Scene Loop again
Can anyone tell me what code I need to put in the last frame of a loaded external swf that will unload it and then drop me back into scene 1, frame 1?
The external swf is being loaded from frame 1 of scene 2 on the main stage. This is to get around a problem I am having loading above a main stage that has a mask on it. The swf loads up fine. However, when the timeline reaches the last frame I have some code on it that I want to unload itself and gotoandplay scene 1, frame 1. The code I have been trying is; code// stop(); unloadMovie(1); function(){ _root.gotoAndPlay("scene1",1); } //code But this just seems to drop me back into scene 2. Where am I going wrong? Is there another way to do this? I have uploaded the experiment files I am using so that you can see what I am trying to do. Thanks for any help. Tom. |
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scene syntax | Rick | Flash & Multimedia Forum | 5 | Sep 27th, 2007 21:25 |
| Scene loop | monkeygraphik | Flash & Multimedia Forum | 2 | Sep 23rd, 2007 17:56 |
| goto frame then jumpto scene | tigas langaw | Flash & Multimedia Forum | 5 | Jul 18th, 2007 14:41 |
| How to link to a scene with a popup menu? | Learner | Flash & Multimedia Forum | 7 | Jul 18th, 2007 02:03 |
| preloading one scene at a time | gwx03 | Flash & Multimedia Forum | 7 | Sep 6th, 2003 17:06 |