PDA

View Full Version : AS3: stop();


d34d
08-05-2008, 04:00 PM
Hi,
I have just started working with AS and I have just ran into my first difficulty which i can't seem to solve...

I'm doing a simple website and for that I've created an tween as intro and then some buttons that appear on stage about frame 60.
I also did an Actions layer where Im doing the AS3 code.
But what happens is that i cant get the scene to stop. Its just loops and loops...

I've done a keyframe on the actions layer and in that specific keyframe I type in the "stop();" command but it doesnt work.

Can someone point me out whats wrong please?

Thanks to any helpers

theqman
08-05-2008, 09:06 PM
Could you post the .fla? that would be a lot easier

howhowhuman
08-07-2008, 12:35 AM
Please let me know if you figured out an answer.

fx.barrett
08-07-2008, 03:10 PM
Be sure that you have the frame selected once you type stop(); and type it as it is, don't put any quotes.