This site requires JavaScript, please enable it in your browser!
Greenfoot back
tomw
tomw wrote ...

2014/4/6

Victory message?

tomw tomw

2014/4/6

#
Hi i am making a game were you have to find your way through a maze and i would like to know how to make a victory message when you have completed it?
danpost danpost

2014/4/6

#
Remove the player from the world and add an Actor object that has the image you want to the world (the victory message). The player can do this by checking to see if he is either within a certain area or when it intersects some target object. Add the object before having the player remove itself to avoid some possible exceptions.
You need to login to post a reply.