Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: updatestage |
From: | kevin dowd |
Date: | Tue, 5 Sep 2000 17:48:45 +0100 |
Hello,
The below works but the effrect is not dranw to screen until flash
exit the for loop.
So can Flash update the stage during a for loop or indeed any kind of loop?
i.e. updatestage in Director.
for (i=0; i<12; i++){
setProperty ("", _y, temparray[i] );
var timer = getTimer () + 60;
do { x = x + 1
} while ( timer > getTimer () );
}
--
++++++++++++++++++++++++++++++++++++++
Kevin Dowd, Senior Interactive Developer
0207 749 5421
I-D Media 020 7749 5400
kevin [dot] dowdi-dmedia [dot] com
++++++++++++++++++++++++++++++++++++++
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: updatestage, Terry R. Schussler
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]