I want to do Corpse Granny style level scroing system. Once level start score counting 100 to reverse order. And after 95 count user lost one daimond. And in the end of the level its display score and number of daimond achieve. How to do that in gamesalad?
Thanks
Video Attached for more information
Comments
Create an attribute, DiamondCount, that keeps track of your scene's diamond count. Create a timer that subtracts 1 from your DiamondCount every 5 seconds.