In AS2, I would have made a component with a parameter for speed.  I'm
just not sure how to do that in AS3, so I was guessing with a timer, I
could add and event listerner to dispatch an event to the target, but I
guess not.  Thanks!

- MM

-----Original Message-----
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Cor
Sent: Tuesday, December 16, 2008 11:49 AM
To: 'Flash Coders List'
Subject: RE: [Flashcoders] Timer (AS3 newbie question)

Why use a timer?
It is not necessary to do it on exact time because you use a random.
So in this case Event.ENTER_FRAME would do the trick for you.

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to