| zokemon |
06-21-2007 12:41 AM |
Quote:
Originally Posted by godofwarares
(Post 1320162)
I don't see much of a problem, except that maybe you should try:
PHP Code:
findimg(200).emitter.particle.x = player.x - 2.5;
findimg(200).emitter.particle.y = player.y - 1.75;
|
No, it's definitely:
PHP Code:
findimg(200).x = player.x - 2.5;
findimg(200).y = player.y - 1.75;
Stan, what I always do when I have some weird unknown error with particles is just start commenting out lines until I find out what is causing the abnormal glitch.
|