Something like this should work
If you add PointEmitter directly to the screen it will mess up the animation since the screen will make a new PointEmitter every time it decides to update itself.
image my_emitter = PointEmitter(count=500, warmup_time=20.0, slice=270) screen emitter_test(): add "my_emitter" at truecenter