Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Evaluate a variable in a loop... |
From: | Paul Kaiser |
Date: | Mon, 20 Sep 1999 21:04:34 +0100 |
Howdy,
First, I am assuming that you have done a TRACE in your Actionscript to
make sure that "status" does actually change to something other than "ok"
at one point or another.
Second, Do the frames "OK", "not_ok", and "Bad_Data" have a "Stop" action
in them? (or at the end of the frames after them that you might have
executing.) If they don't, then put these frames at the END of this
timeline and then be sure thay actually have a "Stop" action associated
with them. Goto and Stop doesn't always work by itself.
Good luck,
Paul Kaiser
>Comment: Handle ok result
>If (Eval(status) = ok)
> Go to and Stop ("OK")
>Else If (Eval(status) = not_ok)
> Go to and Stop ("Not_OK")
>Else If (Eval(status) = bad_data)
> Go to and Stop ("Bad_Data")
>End If
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [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-managerchinwag [dot] com
Replies
FLASH: Re: Lists and arrays, CARL
FLASH: Evaluate a variable in a loop..., m i l e s l i g h t w o
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]