RE: [Flashcoders] Slowing down the action (problem with a pause)

2006-06-11 Thread Ville Walveranta
all data has been exhausted from the temporary [global] array. Ville -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Goliath Sent: Saturday, June 10, 2006 02:45 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Slowing down

RE: [Flashcoders] Slowing down the action (problem with a pause)

2006-06-10 Thread André Goliath
x27;Flashcoders mailing list' Subject: RE: [Flashcoders] Slowing down the action (problem with a pause) Thanks for the response, André! The problem with replacing the for-loop with an interval is that the array graph_coordinates contains plenty of data both before and after the segment that

RE: [Flashcoders] Slowing down the action (problem with a pause)

2006-06-10 Thread Ville Walveranta
al. Ville -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of André Goliath Sent: Saturday, June 10, 2006 01:50 To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] Slowing down the action (problem with a pause) I can´t see your problem using

RE: [Flashcoders] Slowing down the action (problem with a pause)

2006-06-09 Thread André Goliath
I can´t see your problem using an Interval here. In fact I don´t think there is any way around an Interval or onEnterFrame loop if you want to achieve a "drawing effect". First get rid of the For-Loop, thats what gets replaced by the interval. Then make sure you pass all neccessary parameters to t