[Flashcoders] AS3 blows_up on gotoAndPlay

2007-05-19 Thread dave matthews
What is going on here please? Create a three frame AS3/Flash9 clip. Place a textbox/number on each frame: 1,2,3. ActionScript panel, frame one = gotoAndPlay(2); ActionScript panel, frame two= gotoAndPlay(3); ActionScript panel, frame three = gotoAndPlay(1); Test movie. Stalls the

Re: [Flashcoders] AS3 blows_up on gotoAndPlay

2007-05-19 Thread Max Cutler
Why do you need those gotoAndPlay's? If those are the only three frames in the clip, it will automatically cycle through like that unless you have a stop() command. On 5/19/07, dave matthews [EMAIL PROTECTED] wrote: What is going on here please? Create a three frame AS3/Flash9 clip. Place