Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] Re: how can I command the main timeline of my project from a button who's situated in a MC |
From: | Muzak |
Date: | Thu, 01 Feb 2001 10:45:50 -0000 |
Not really, I believe you can not target a scene name from within a MC.
You'll have to use a labelname in scene2 in the keyframe you want to jump to.
on (release){
_root.gotoAndPlay("labelInScene2");
}
Muzak
----- Original Message -----
From: "derrickito" <kingdclark2hotmail [dot] com>
To: "flasher from chinwag" <flasherlists [dot] chinwag [dot] com>
Sent: Thursday, February 22, 2001 4:07 PM
Subject: [flasher] Re: how can I command the main timeline of my project from a button who's situated in a MC
> on the button.. put a "tell target" action
>
> if you are on flash 4 specify "/" as the target
> if you are on flash 5 specify "_root" as the target
>
> in the tell target also put a "go to" action with go to "scene 2" as
> perameters
>
> thats all you need
>
> later
> derrickito
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]