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

#1 2007-07-28 23:17:56

Crumbnumber1
Scratcher
Registered: 2007-07-25
Posts: 13

Scratch wont let me click!!!

Ever since i saved my project, scratch wont let me click. It registers the x and y of the mouse and i can do the minimize, exit, resize functions, but thats basically it :\

solutions?

Offline

 

#2 2007-08-07 16:02:53

andresmh
Scratch Team at MIT
Registered: 2007-03-05
Posts: 1000+

Re: Scratch wont let me click!!!

What do you mean by "won't let me click"?

In order to capture the click event you need to have a sprite that catches the event. When the sprite is clicked then you can do something. Take a look at the "when sprite is clicked" block on the controls category.


Andres Monroy-Hernandez | Scratch Team at the MIT Media Lab
on identi.ca and  twitter

Offline

 

#3 2007-08-07 23:36:11

natalie
Scratch Team
Registered: 2007-03-07
Posts: 100+

Re: Scratch wont let me click!!!

Is the issue you are having trying to drag sprites? Right now if you want to drag sprites in Presentation mode or on the website, you have to use special Scratch code...

Offline

 

#4 2007-08-19 14:33:39

bobbysq
Scratcher
Registered: 2007-06-26
Posts: 100+

Re: Scratch wont let me click!!!

natalie wrote:

Is the issue you are having trying to drag sprites? Right now if you want to drag sprites in Presentation mode or on the website, you have to use special Scratch code...

that is:[blocks]
<when green flag clicked>
<forever if><<<mouse down?><and><touching[ mouse-pointer
<go to[  mouse-pointer

Last edited by bobbysq (2007-08-19 14:36:15)


originals forever!

Offline

 

Board footer