Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Variables between Movies?
From: John Croteau
Date: Sun, 12 Dec 1999 16:19:15 GMT

Ulrich,

> Can I get the value of a variable from a movie in _level1 into a movie
> in _level0?
Yes

> To be more specific: I want to play only the second part of a movie if
> the the first part of _level1 has been played already and the movie is
> called again from _level0.
> /_level1:counter does not seem to do what I thought it would. The manual
> suspiciously only refers to movie clips.
That syntax seems fine, but what are you trying to do with it.
If you are unloading the movie on level 1 you would lose all variables
saved on level 1. 2 solutions if this is your problem..
1) don't unload the movie, Park it (put it in an empty frame).
2) Save the variable on level 0. For instance in the last frame of the
level 1 movie put something like this:
Set Variable: "_level0/counter" = "1"

Maybe your problem is paths then see --->
http://www.FlashBible.com/members/TellTarget/

Otherwise post your script or upload your file (zipped or bin-hexed)
with an explanation (short) of what you want to do.

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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 helpatchinwag [dot] com


Replies
  FLASH: Variables between Movies?, Ulrich Sinn

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]