Hi! I got a problem when positioning moving particles (emitters) to moving sprites (I think the moving isn't affecting to problem).
I have a player sprite (101), and when I try to position my particle emitter to it like this
+ Code SnippetSetParticlesPosition (1,GetSpriteX(101),GetSpriteY(101))
, the particle emitter is far away from player sprite.
See the picture attached.
I tried playing with world and screen coords but without results.
Thanks,
TP