particles
hey guys,
Quick question, is there any way to get particles to spawn behind the actor?
thanks,
aario
Quick question, is there any way to get particles to spawn behind the actor?
thanks,
aario
Comments
The way to make this is:
make a new actor.
place it in the scene behind your actor, and make it instance (unlock the lock)
place it in position x=0 , y=0 , and change its alpha to 0.
put particles rule in it ,
in the Emitter offset , set the x and y value to your actors value
(navigate -Current scene>Layers>Locate Your Actor>X,Y values .
Roy.
thanks for the help Roy I appreciate it!
Yeah i know workarounds sucks , but thats what we do to make our games better than the current engine provides .
Dont forget to turn off "movable" for this actor , to save performance.
Cheers.
Roy.