We made a goofy little video game, and it keeps score. I can't figure out how to use an attach an if statement to the variables (scores) so that the game ends when someone reaches a preset number of points.
I don't know all that much, but so far this is pretty cool at teaching computer stuff to my 9 yo daughter. (and me)
game is here:
http://scratch.mit.edu/projects/WadeSarahEthan/2363056
Offline
Try:
forever scripts run here if < (score) > [a number] > broadcast [endgamescriptsstart v] wait (3) secs //or the number of seconds it would take to run endgame scripts/animations stop all end
Offline