I'm trying to figure out why the program will not stop running after either sprite touches the finish line. Instead the cat keeps going and another math problem will appear. I want it to end when either sprite touches the finish line. Cans somebody help? Thanks
http://dl.dropbox.com/u/12896730/Team%202%20Project%20improvements.sb
Offline
have it broadcast Win when either cross the finish line and have a script that does something along the lines of
When i recieve Win
change to costume Win
end all<stop all>
Offline
Thats very complicated script for backgreound My suggestion is that:
when /= clicked
forever
if
touching sprite finish line
broadcast finish
I havent actually played the game (Didnt quite understand what to do) but that is the script you'll need. There is no maths invulved.
Offline