I need a game over script now. when my sprite1 touches my sprite2 I want the screen to say game over and the game to end
Offline
forever
if < touching [sprite 2] >
go to x: (0) y: (0)
switch costume to [game over]
go to top
stop all
end if
end forever
Here the costume "game over" would take up the whole screen (or not I guess) and would include the words "game over"
Offline