made my second game today but encountered a problem
http://scratch.mit.edu/projects/devone/3277826
*
i wanted to make a "game over" screen, so to do this i added a score variable,
but i dont know how to check if the score is 4 to proceed.
*
also when i drag the yellow shapes to the black cutout ones i got to be careful not to collide with any other shape
for example if i drag the yellow triangle to the black triangle and dont let go of my mouse but continue on to drop it on a wrong shape then it`ll say correct and dissapear
Offline
maybe the second issue aint as bad as i make it out to be.... the goodjob and incorrect messages take 2 seconds to dissapear so partly to blame perhaps
eitherway would still like to know how to add a game over/complete screen
Offline
What you need to do is:
whenclicked
foreverifScore=4switch to backgroundnext background
Last edited by EH7meow (2013-04-23 13:27:21)
Offline