Flasher Archive

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


Subject: Re: FLASH: Variable Incr - Every Frame?
From: John Croteau
Date: Thu, 22 Jul 1999 22:38:49 +0100

Hi paul & Dave,

> Why not put the incrementing frame actions in a While loop?
Because, it won't work?
A while loop is implemented as a set of actions in a single frame and
does not allow drawing to the screen of individual steps.

You can use an if loop. Set a variable and increment it such as x = x +
1 and test for the final time to loop with If (x > 10). To draw each
step to the screen you would need to loop to another frame (this can be
done in a movie clip).

----------- -----------------------
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: Variable Incr - Every Frame?, Dave Hollinden

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