Scene transitions

Heya, I’m trying to implement a transition that will play either a tween or a GIF image, and then switch the scene. But I haven’t been able to get it to work, as in, once the icon is clicked, the gif will play, and then the scene will switch - except it doesn’t.

Anyone have any optimal tips for getting something like this to work? Thanks!

I did some quick tests, and the only way I can cause it to not work is to be missing the trigger once condition.

Make sure you’re using “Trigger Once” with the tween, otherwise it’ll constantly restart.

Make sure you have trigger once on the change scene, or else it’ll never work.

Thanks. I added Trigger Once, and it plays the animation, but once the animation is finished it doesn’t transition.

It should be noted that this is after a “mouse button is release” after clicking a button. So maybe that’s it, but I have no idea how to get around that issue. I