Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: addressing variable in movie clip |
From: | David Owen |
Date: | Thu, 28 Oct 1999 08:32:33 +0100 |
I am trying to do something simple in addressing a variable inside a movie
clip just to understand how it works.
I have a button on stage which does this:
On (Release)
Set Variable: "/blu_mc:blu" = 1
End On
where blu_mc is the movie clip and blu is a variable inside the movie clip.
The movie clip has a frame action which says:
Set Variable: "blu" = blu
If (blu = 1)
Go to and Stop (2)
End If
Now of course this doesn't work because I am not sure how to define the
variable so that it is waiting for a value to be passed to it. I am sure
there is some simple protocall here which is not covered in the manual (even
though the manual says you can do this).
The button and the MC are on different layers and there is only one frame on
stage, in case that matters.
Please help a poor code illiterate pixel monkey.
Owen
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: addressing variable in movie , John Croteau
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]