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?
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.
Good idea.
that worked out nicely.