Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Calling a variable from _level0 |
From: | Nathan Dicken |
Date: | Fri, 21 Apr 2000 16:03:04 +0100 |
Hi John,
I did a little test and using the following worked fine:
Load Movie (_level0:product, 5)
In the test, "product" was a variable residing on _level0 and a movie
loaded into level 1 called the above script and it worked ok with the value
of product loading into level 5. Also tried a few versions of eval() but
they didn't work. Seems like the problem might be elsewhere...
Nathan Dicken
Fusionary Media
>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: Variables from one swf to ano, JGL
FLASH: Calling a variable from _level0, John Graham
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]