|
metadata
any1 can tell me if have this tutorial, in Full AS3?!?
plz… thx.
|
|
metadata
[http://www.kongregate.com/accounts/Moly](http://www.kongregate.com/accounts/Moly)
|
|
metadata
One problem with that tutorial: Multiple EnterFrame Listeners!
|
|
metadata
|
|
metadata
I have downloaded the AS3 tutorial but it doesnt seem to work. the game cannot be started.
|
|
metadata
In fact it was just a “classpath” problem.
|
|
metadata
> *Originally posted by **[qwerber](/forums/11/topics/155117?page=1#posts-3401015):***
>
> One problem with that tutorial: Multiple EnterFrame Listeners!
Multiple enterFrame listeners! isn’t that bad, you can actually manage them, I’d usually create a dispose function on every class. It removes every listener, removes the object from the display list, and clears references to all objects it has references to. Then just null the object and it should be gone forever, but I still wouldn’t recommend it since it’s way easier to maintain one single enterframe listener. And as far as i know you should have a slight performance boost too.
|
|
metadata
|