Hello
Is it possible to create an effects similar to the orange and blue enemies in this image? if so, How?
Thanks
1. Clone the object you want the effect on
2. Put a Fade behavior on it
3. In the Event sheet, Every 0.2 seconds create the clone at the original object position
Using Every tick instead of every X seconds (0.1, 0.2, 0.3, etc) may cause some lag.
Develop games in your browser. Powerful, performant & highly capable.
Thanks Wisdoms, it worked