Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Calling a variable from _level0 |
From: | John Graham |
Date: | Thu, 20 Apr 2000 18:43:19 +0100 |
could someone refresh my memory on calling a Variable from another level.
I have a button on _level0 that set's the variable product
On (Release)
Set Variable: "product" = "nato.swf" <-- THIS LINE
Trace (product)
Begin Tell Target ("_level30")
Go to and Stop ("open")
End Tell Target
Begin Tell Target ("_level5")
Go to Next Frame
End Tell Target
End On
In the _level5 the Last Frame has an action that is suppose to load the
variable of the button, but it's not working. The action is.
Load Movie (_level0:product,5)
I've also tried,
Load Movie (_level0/:product,5)
All of the files are in the same folder so it shouldn't have problems
finding the nato.swf. Did I miss something here?
TIA
John G
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Calling a variable from _leve, Nathan Dicken
Replies
RE: FLASH: Variables from one swf to ano, JGL
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]