Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Passing variables -- Got It finally |
From: | 2Nerotik |
Date: | Tue, 14 Sep 1999 02:06:42 +0100 |
Ok since I didn't get any help from any of the 3 Lists... I decided I was
going to go directly to the source and email Macromedia myself.
However upon searching their site I came upon my answer.
To set a Variable in a Movie Clip and be able to access that variable from
the main movie all you need to do is this.
In a Movie clip
Set Variable
--> in the Variable window add ..:variable in my case it would be ..:MenuOpen
--> in the Value window add what ever your value is in my case False
It may be hard to see but there are 2 dots (periods) followed by a colon
then the variable name
On the Main Stage
If (MenuOpen=False)
Do this
End If
Note you also pass variables from a movie clip within a movie clip this way.
to see more on this go to:
http://www.macromedia.com/support/flash/interactivity/widgets/widget04.html
and Macromedia's example at:
http://www.macromedia.com/support/flash/interactivity/widgets/
see Mine at work at http://www.nisa.net/~2nerotik/Main.html
If you do try it out the only button menu working at the moment are Swing
Bands & Swinguistics (none of the sub menu buttons link to anything at the
moment) and none of the other buttons have menus because of this dumb
little problem.
.oOo.
|| I don't suffer from insanity; I enjoy every minute of it.
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [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-managershocker [dot] com
Replies
Re: FLASH: Passing variables -- Got It f, Bill Schuller
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]