fist game print screens

 Game fist print screens



these are prints screens of how i added the score and made my game more immersive


first i added the draw event then added set color, set font of the score and draw value of score, this was to make sure the player could clearly see the score at the bottom right.









after that i added the collide event, where i added the object to gray and added the actions: set score +1 relative, start of block, if score is equal to 10, go to second level and then end of a block.


              

this is how it looks on the game after adding everything correctly.

Comments