Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
manolet63 #1
goToAndPlay - frame;label
I'm new to FlashMX2004 Pro and to Action Script 2.0, I'm trying to go to a
specific frame in the timeline, having problems with this simple code. I've
down this in Flash MX, but when I bought Flash MX2004 everything is not working.
Here is my code:
Stop ();
g4_btn.onPress = function (); {
gotoAndPlay(20);
}
where: g4_btn is my (instance) button name
frame 20 is where I want my playback head to go
My g4_btn spans from frames 15-60 (have atween from 15-18) (placed
a script)
It won't go to frame 20, then pause on frame 20... what could be wrong???
I've my .fla for more info
Thanks and best regards.
Manolet Africa
manolet63 Guest
-
_currentframe... how to get the current frame label?
What actionscript code do I need to get the curreframe's label? I don't want the frame number... this way I can make my movie player code more... -
Label TextFrams or any frame
Hi there! I want to label a textframe so I can found it from VB-script. I can label a textframe from a script ,but I cant figure it out how I make... -
Syntax for gotoAndPlay a frame in another MC
I have several movie clips on stage. Is it possible to write a gotoAndPlay() inside the current clip to move another movie clip forward while... -
controling director frame-label with swish?
Hi all... I've just created a menu system using swishMax! The problem is it's destined for a macromedia director movie where the menu will... -
Capture frame label and assign to variable?
Is it possible to capture the label for the current frame so that I can assign it to a variable? My frame labels carry the same name as the... -
Jeckyl #2
Re: goToAndPlay - frame;label
> It won't go to frame 20, then pause on frame 20... what could be wrong???
If you want it to pause, use gotoAndStop instead of gotoAndPlay
Jeckyl Guest
-



Reply With Quote

