Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Setting Veriables |
From: | John Graham |
Date: | Wed, 5 Apr 2000 01:50:43 +0100 |
> If you are setting it on the instance properties screen, it should work, and
> we'll need to see your syntax to see what's wrong. Are you checking the
> variable within the "test movie" screen? Or, how is it you are trying to
> use it, that you know it isn't getting set...might be your variable is ok
> but you aren't accessing it correctly.
I'm going to join in on this discussion, this is exactly what I'm trying to
figure out myself.
I'm trying to set a variable in the beginning and end of a movie, where I
try to set the variable "continue" to false, and at the end to true. Then in
a parent movie, I have a button that is suppose to load another child movie,
but not until the variable is true.
This is what I have for the button,
On (Release)
Begin Tell Target ("_level14")
Go to and Play ("goodbyebeauty")
End Tell Target
Begin Tell Target ("_level15")
Go to and Play ("goodbyecopy")
End Tell Target
Begin Tell Target ("_level12")
Go to and Play ("goodbyetitle")
End Tell Target
Loop While (Eval (continute) = "False")
End Loop
Load Movie ("products/nato/nato.swf", 3)
End On
Do I need to put some sort of pause in the loop?
JOhn G
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the new Flasher list books section, check it out
at http://www.chinwag.com/flasher/books.shtml
send suggestions for inclusions to helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: Setting Veriables, Cheri Harder
Replies
Re: FLASH: Setting Veriables, Cheri Harder
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]