Transitioning between GUI Scenes (SOLVED)

I’ve created two seperate GUI files

main.gui – For displaying player score during gameplay

game_over.gui – for displaying final score results

How do I transition between the two?

Add both to game objects and send “enable” and “disable” messages to the objects to show/not show them. If you want to do more elaborate transitions, add GUI scripts to the scenes and animate the properties you want.

3 Likes

Good idea.
that worked out nicely.

2 Likes