Hey everyone! i am completely NEW to this program. so please bare with me and my probably stupid question
question, i need for my sprite to do something when i click my mouse. i am using a laptop, i'm not sure if this is going to make a difference or not since I know NOTHING just thought i'd mention it
i tried using an if block with the mouse down inside of it and nothing happens
any help would be greatly appreciated! thanks!
Offline
First of all, welcome to the Scratch Community!
You can do that with the following script:
[blocks]
<when green flag clicked>
<forever if> <mouse down?>
do something
<end>
[/blocks]
Last edited by mathematics (2010-11-02 13:15:48)
Offline