hayored
12-10-2002, 12:56 PM
Hi,
Thanks to all for answering my previous questions, but I have much more Flash mysteries.
Here is the next one:
When is the object displayed on the screen?
I have a loop something like that:
while ( ...) {
n = n + 1 ;
object._x = n ;
here is a code to wait 1/10 seconds
}
It looks to me that the object is displayed only after the loop, but not for each "object._x = n ;" command.
Am I right?
YH
Thanks to all for answering my previous questions, but I have much more Flash mysteries.
Here is the next one:
When is the object displayed on the screen?
I have a loop something like that:
while ( ...) {
n = n + 1 ;
object._x = n ;
here is a code to wait 1/10 seconds
}
It looks to me that the object is displayed only after the loop, but not for each "object._x = n ;" command.
Am I right?
YH