Pages: 1
Topic closed
does any1 have any ideas of how to do that cause i am stumped. i am guessing that the script would be on the backgound one..... cause it is really annoying not knowing how to do it grrrrrrrrrrrrrrrrrrrrrrr and i think it would be in variables as well but i have no idea so any help would b appreciated
Offline
My projects
Scratch Rocks http://scratch.mit.edu/projects/BoltBait/458720
and
Bath Time http://scratch.mit.edu/projects/BoltBait/462250
both count the number of times the user clicks on the background. These games both take points away from your score if you click on the background.
My project
Fish Tank http://scratch.mit.edu/projects/BoltBait/513937
has some code for when the user clicks on the background.
I hope these examples help you!
Offline
Make a variable called 'Background Clicks', then do this script:
[blocks]<when[ Stage ]clicked>
<change{ Background Clicks }by( 1
[/blocks]
Hope that helps!
Last edited by WeirdF (2009-08-18 01:17:25)

Offline
Topic closed
Pages: 1