Unless you need to assign a name or ID number to the heart, eg:

heart.name = "heart"+myCounter;

or

new Heart(myCounter);

(in which myCounter then gets saved within "heart" as idNum or whatever).

I guess it depends on whether the hearts just sit quietly once added
or will need to perform their own functions or be accessed at a later
time.

.m

On Thu, Feb 4, 2010 at 9:59 PM, Muzak <p.ginnebe...@telenet.be> wrote:
> no need for the counter in the event handler, Timer has a "repeat count"
> //Timer(delay, repeatCount)
> var timer:Timer = new Timer(5000, 1000);
>
> -
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to