Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Will this loop work? |
From: | Mike Yrabedra |
Date: | Fri, 27 Aug 1999 13:50:34 +0100 |
Do I have this coded correctly? The scenario is this, customer enters name
and hits submit. Flash will then "loop" until it receives a value for
"confirm". Then it should go to a different place depending on the result.
The problem is, after hitting the button that takes you to the "loop" frame,
Flash stalls a minute and takes you to the "ok" frame no matter what the
result.
Here is the code:
Loop While (confirm = "")
Trace ("loop")
If (confirm eq no)
Comment: Failure
Set Variable: "confirm" = ""
Go to and Stop ("retry")
End If
If (confirm eq yes)
Comment: Success
Go to and Stop ("ok")
End If
End Loop
Have a Great Day! ;-)
<><><><><><><><><><>
Mike Yrabedra
� Big Kahuna
The Mac Surfshop� / MacServeShop�
60 East Main Street
Statesboro, Georgia 30458
www.macsurfshop.com
1.888.489.6790
<><><><><><><><><><>
"in all your ways acknowledge Him and He will direct your paths." Proverbs
3:6 NIV
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [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-managershocker [dot] com
Replies
Re: FLASH: Will this loop work?, John Croteau
Re: FLASH: Will this loop work?, Paul Kaiser
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]