Hello Everyone,
I was wondering if you could all help me with a project I am working on. Many of the games follow the concept of being underwater and the gamer being a fish that is catching shells. I want to take it a step further and make the game mathematical where they will be searching for the appropriate shell that is the answer to the math equation. I need help developing the script. Something along the lines of this game is what I am working on, but i need assistance on making it math base
Thanks
http://scratch.mit.edu/projects/lisi97/1954043
Offline
there are many different ways to do something like that - i'm not entirely sure what you're looking for/if i can help, but...
if the shell has the number on it, you wont have to do any math with scratch. you'll just know which shell is the right one and which are wrong. if it's correct, then use something like (for the shell's script)
when gf clicked forever if <touching [fish v]?> broadcast [correct v] endotherwise,
when gf clicked forever if <touching [fish v]?> broadcast [incorrect v] hide end
Offline