Hi all,
I’m making a simple platform game for my son and so far I’ve managed to solve most problems by reading forums etc etc.
I’m my game the player has to collect coin like objects then head over to the exit object where the player progresses to the next level.
So far everything works. Coins destroy when the player touches them and updates the score, player can exit the level when they touch the exit object. But I’ve found when I ask my son to test the game, some times he skips collecting the coins and goes for the exit object. Thus making the game to simple and short.
My question to all is how would I go about implementing a system where all the coins on the particular level must be collected in order for the exit object to appear in the level in a given place.
Any help to point me in the right direction in regards to reference material or web links, or snippets of script would be great.
Many thanks in advance