[thelist] Flash Question (Novice)

jan guichelaar [artmiks] jan at artmiks.nl
Tue Dec 23 09:31:29 CST 2003


almost, it like this :

// if you use frame labels

on (release) {
_parent.gotoAndPlay("MyTargetFrameLabelName");
}

// or if you use frame numbers

on (release) {
_parent.gotoAndPlay(25);
}



jan at artmiks.nl

====================
Artmiks [image builders]
http://www.artmiks.nl
====================
recent projects
http://www.poppelaars.com
http://www.stang.nl
http://www.marryyourpet.com
====================
----- Original Message ----- 
From: "Rob Smith" <rob.smith at THERMON.com>
To: "Thelist (E-mail)" <thelist at lists.evolt.org>
Sent: Tuesday, December 23, 2003 4:24 PM
Subject: [thelist] Flash Question (Novice)


> Hi,
>
> On the third frame of my main scene I have a movie clip. Inside this movie
> clip I have four buttons. If you click on one of the buttons, I want to
goto
> and stop at a particular named frame in my main movie scene. The
root/parent
> of the movie clip if you will.
>
> How do you accomplish this?
>
> Rob Smith
>
>
> p.s. I've tried
>
> on (release) {
> gotoandplay("_root.MyTargetFrame");
> }
> but since it cannot find that frame, it just replays the movie clip.
> -- 
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>
>



More information about the thelist mailing list