(Solved) Missing mobile controls particles

Hi there, I’m following the asteroids game example, and so far so good except for mobile controls, here’s my issue, I would appreciate if you explain it to me =)
So this works:


But I don’t understand why this does not, it moves but no particles are emitted

A [trigger once] without any other conditions will only trigger once. I don’t know if it should be on the line with the mouse event. You probably need some version of tween is playing, finished or exists. Depending on your needs.

https://wiki.gdevelop.io/gdevelop5/behaviors/tween

1 Like

To be honest I don’t understand what you were implying but I replaced the whole thing with a boolean instead of copying it and it works, I don’t know why it doesn’t without it but it’s okay, it’s cleaner I guess, thanks still =)

1 Like