Hi all why isnt there a left mouse option on the <key[ ]pressed?> sensor It is extreamly annoying I have needed it for a few projects what to do?
Offline
This should be in All About Scratch.
Anyway...
There is a left mouse sensor, but it isn't in the <key[ ]pressed?> block. The sensor is <mouse down?>. There's also <when[ ]clicked> if you want to start a script with it.
Last edited by hmnwilson (2008-10-04 21:40:17)
Offline
Ye I know but ineed a when <mouse down?> on sprite 1
Offline
<if> << <touching[ sprite1 <and> <mouse down?> >>
<end>
Offline
registeel wrote:
<if> << <touching[ sprite1 <and> <mouse down?> >>
<end>
or <when[ sprite ]clicked>
Offline
bhz wrote:
registeel wrote:
<if> << <touching[ sprite1 <and> <mouse down?> >>
<end>or <when[ sprite ]clicked>
never use that block! NEVER! it has a bug, if you click on a sprite and its hidden it can still be clicked on, also with the other one you can edit a lot more things
Offline