Flasher Archive

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


Subject: Re: FLASH: Loop While advice
From: John Croteau
Date: Fri, 13 Aug 1999 13:02:04 +0100

Hi Yan,

> Say for eg. that theVar = 3.
> Does this not, therefore, mean that you would then require the statement:
> If theVar = 3
> Goto (option1)
>
> and if so would you not then need another 15 If/Goto statements.
Only if you wanted to.

In the system Paul described (a binary addition), there is an easier and
better way to target frame based on the sum you get from adding the
button values.

Label your target frame with a name followed by the numbers 1-15 (you
get zero only if no buttons are selected, if zero is vioable use 0-15).

You could call the frames Option1, Option2, Option3 etc.

Then your Go to will be flexible and you can use this statement:
Go to and Play ("Option" & Var)

----------- -----------------------
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/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  Re: FLASH: Loop While advice, yan

Replies
  Re: FLASH: Loop While advice, Paul Kaiser
  Re: FLASH: Loop While advice, yan

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