A
Anonymous
August 19, 2009
Question
gotoAndPlay("frame name") won't work
- August 19, 2009
- 3 replies
- 8149 views
This is something I've never seen before.
I have a stop action in frame 1
I have a stop action in frame 53 which has a label "end" applied to it.
In the actionscript for frame one i have gotoAndPlay("end");
However, it just plays from frame 1.
If i do _root.gotoAndPlay("end"); i get nothing, nothing plays
If i do gotoAndPlay(53); it works locally but not online
if i do _root.gotoAndPlay(53); it works locally but not online.
I have no idea what's going on.I don't want to use frame numbers, but if that would work, at this point, i would use it. Im using flash cs4, but I don't know as3 so I'm publishing in CS3 flash 10.
Any ideas? Thanks!!
I attached a photo of my timeline.