-
1. Re: Problem with gotoAndstop in scene 4
kglad Apr 9, 2010 9:51 PM (in response to rwtriplett)because you don't have a frame labeled "getInfo" in Scene 4, which isn't the same as scene 4.
-
2. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 10:21 AM (in response to kglad)I do have a frame labeled getInfo in Scene 4 If I do "test scene" it works fine. It is when I do "test movie" or upload to the website that it doesn't work.
-
3. Re: Problem with gotoAndstop in scene 4
kglad Apr 10, 2010 1:13 PM (in response to rwtriplett)when using as3, you must specify the scene name in your goto.
-
4. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 1:25 PM (in response to kglad)How would I designate that? I've tried Scene4,"getInfo" , "Scene4,getInfo"
-
5. Re: Problem with gotoAndstop in scene 4
kglad Apr 10, 2010 1:44 PM (in response to rwtriplett)gotoAndStop("getInfo","Scene 4"); // but use Scene4, if that's the correct scene name.
-
6. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 1:49 PM (in response to kglad)Made the change and got this:
ArgumentError: Error #2108: Scene Scene4 was not found.
at flash.display::MovieClip/gotoAndStop()
at ig_index_3_fla::MainTimeline/bClick()I'm looking at my scene menu and it is Scene4.
-
7. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 2:19 PM (in response to rwtriplett)Changed the name of the scene. Says the labeled frame can't be found in the scene when I test the movie. Works fine of course if I just test the scene.
-
8. Re: Problem with gotoAndstop in scene 4
kglad Apr 10, 2010 2:40 PM (in response to rwtriplett)if your goto is on the main timeline, you have an incorrect frame label or incorrect scene name or both.
-
9. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 3:58 PM (in response to kglad)No. It is in scene4 "end"
-
10. Re: Problem with gotoAndstop in scene 4
rwtriplett Apr 10, 2010 4:19 PM (in response to rwtriplett)Changed it to read like this
gotoAndStop(89,"end");
That fixed it.
Thank you for your help.
-
11. Re: Problem with gotoAndstop in scene 4
kglad Apr 10, 2010 4:30 PM (in response to rwtriplett)your welcome.
but "scene4" is not the same as "scene 4" is not the same as "Scene 4" is not the same as "Scene4" and none of those are the same as "end". and, i think you've used, at least, 4 of the 5 of those to describe your scene name.
that sloppiness is why you wasted so much of your time. check and recheck your spelling and, when all else fails, copy name from one location and paste it everywhere else it's needed to ensure you have no typos.


