Particle Question!
So im working on a maze game and my charcatare is a mouse and since the mazes will be big when someone needs to back track i want the mouse to leave a trail that looks like mouse dropping..
but i cant figure out how to make the trails particles where they dont move and it spawns one every so many seconds. is this possible?
but i cant figure out how to make the trails particles where they dont move and it spawns one every so many seconds. is this possible?
Comments
Hope this helps!
set a timer to every 5 seconds
in timer spawn actor (whatever you want to drop) at self.x and self.y
Make sure the actor you are using for the dropped particles is set to not move.