Hi! I already find out :P The step function from the emitter changed
its signature. Now it receives an number instead of an event, which
means i can't directly assign it as a event handler. (What i don't get
is why the hell flash even allowed the code to compile which would've
saved quite some time)
But i have another question: Does the emitter have any event that is
called every frame by himself? I'm using distinct emitters, as i need
them to travel at random points of the screen, and before that i could
just assign the step function to a sprite's enter frame event... now i
have nothing to attach it to. Any directions on the matter?