TheConeHead
Programmer
Flash 5
this is the craziest thing... I have a simple gotoAndPlay that is going to and stopping... this is what I am doing... I have a movie that has a stop(); in frame 1 (may be the problem) at a certain frame in the root I am telling that movie: movieName.gotoAndPlay(2); where it should play until it reaches another stop(); at frame 10... but it goestoAndStops(2);
Any thoughts?
Seems like a simple little thing- not sure why it is doing this....
this is the craziest thing... I have a simple gotoAndPlay that is going to and stopping... this is what I am doing... I have a movie that has a stop(); in frame 1 (may be the problem) at a certain frame in the root I am telling that movie: movieName.gotoAndPlay(2); where it should play until it reaches another stop(); at frame 10... but it goestoAndStops(2);
Any thoughts?
Seems like a simple little thing- not sure why it is doing this....