Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: Refering to a frame label from a different movie clip symbol |
From: | Eric Smollin |
Date: | Wed, 6 Oct 1999 21:48:55 +0100 |
>OK I have a flash movie with four frames.
>Each frame contains a movie clip symbol (each of which contains a >number
of
>frames). At the end of each movie clip symbol I have a button. When
>pressed
>I want the next movie clip to run. However, I cant figure out how to >do
>this. I would normally use the following:
>On (Release)
> Go to and Play ("frame label name here")
>End On
>However, this wont work because it tries to find that frame label >name
>within the current movie clip... i have tried all of the following:
>/frame_label_name
>../frame_label_name
>_level0/frame_label_name
>none of which have worked.
>I am getting pretty frustrated. Any help or suggestions would be
>appreciated...
You need to use a tell target to communicate from a button in one MC to
another MC. The button actions will look like this:
On (Release)
Begin Tell Target ("/Instance Name of Next MC")
Go to and Play ("Label Name")
End Tell Target
End On
Note: It is important to include the / because that tells Flash to look up
one level, outside the current MC.
Good Luck
-Eric-
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]