This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-02-05 16:38:24

WiiRocks
Scratcher
Registered: 2007-08-24
Posts: 14

How do you sense a single mouse click (not mouse down)?

I'm making this game where you need to click once and if you hold it down it only works once per click. But

                                      <mouse down?>

isn't what I need. Can someone please help me with this problem?

Last edited by WiiRocks (2008-02-05 16:39:33)

Offline

 

#2 2008-02-05 21:30:54

EdnaC
Scratcher
Registered: 2007-08-28
Posts: 100+

Re: How do you sense a single mouse click (not mouse down)?

You can test for "mouse down" and then "wait until <not> (mouse down)" to change a variable and test for that variable in your other scripts.

You'll need to be more specific about what you want to happen/not happen to get much help.  Perhaps you could post your project (with a link) or give a more thorough description of what you are after...

Offline

 

Board footer