Particle Trail Help needed
Falcon80
Member Posts: 42
I have been trying to achieve the particle effect found in the demo below for the last 1 week but without much success. Hopefully someone could help me out here. This is a very important feature in my game.
The best result I have is with the following settings:
Speed: 0
Direction: 0
Offset x: Device.Touch1.x - Actor.Position.x
Offset y: Device.Touch1.y - Actor.Position.y
Spawn rate: 30
Startup: 0.1
Somehow, the particle does not spawn fast enough for a continuous trail and I can only get a single color trail whereas in the demo (RGB dancer), multiple colors seem to be supported. I tried contacting the author but he doesn't seem to be in GS anymore.
The best result I have is with the following settings:
Speed: 0
Direction: 0
Offset x: Device.Touch1.x - Actor.Position.x
Offset y: Device.Touch1.y - Actor.Position.y
Spawn rate: 30
Startup: 0.1
Somehow, the particle does not spawn fast enough for a continuous trail and I can only get a single color trail whereas in the demo (RGB dancer), multiple colors seem to be supported. I tried contacting the author but he doesn't seem to be in GS anymore.
Comments