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
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.
Offline
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)
Offline