Hello,
I've got a problem with the tween behavior.
I set up a tween behavior that works when I press a button but with something else, like a sprite overlaping an other sprite, it doesn't work. I tried multiple simple conditions but it only works with input like a button pressed. Is it normal ?
If you're using a condition to check if a sprite is overlapping another, it's likely that condition is repeatedly triggering the tween action, essentially constantly restarting it and never letting it begin
Unless you're adding an AND condition that checks to see if the tween with the appropriate tag is currently NOT running