RE: [flexcoders] sequential addition of sprite objects

2007-01-22 Thread Gordon Smith
svet2001 Sent: Friday, January 19, 2007 4:41 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] sequential addition of sprite objects I'm trying to develop a system to show how to get from point A to point B on a floorplan... I'm having 2 problems -- 1) the best way to displa

Re: [flexcoders] sequential addition of sprite objects

2007-01-22 Thread Abdul Qabiz
If you understand how Flash Player works,you would probably do it differently. Flash Player executes the code in the frame before rendering the objects on the frame... You need to use Timer class or frame-event (enterFrame) instead of while-loop here... to update the screen (rendering or paint)

[flexcoders] sequential addition of sprite objects

2007-01-20 Thread chrisvet2001
I'm trying to develop a system to show how to get from point A to point B on a floorplan... I'm having 2 problems -- 1) the best way to display these points over a period of time (to 'animate' the points) 2) when i do build in some delays, nothing gets displayed until all of the points are alrea