[Tutorial] How to make platform character trail in gdevelop :)

4 Likes

Nice idea and simply implemented. The only down side I see with this technique is that you create a truck load of invisible Trail objects. And after a while I can see this degrading the game speed. So you’ll need to add another event to remove those that have an opacity of 0.

Alternatively, look at using an opacity Tween on the trail object, and set it to automatically delete the object when the tween has finished playing. That makes it one event for the whole effect :smiley:

2 Likes

Yeah sorry bout that i forgot that
Ohh yeah i wil Use that tween function for sure , Thanks

You can also test this function:
image

4 Likes