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

#1 2009-01-11 20:04:00

1pikachu1
Scratcher
Registered: 2007-12-23
Posts: 36

Right Click

Is it possible to make a script with right instead of left click?

Offline

 

#2 2009-01-11 20:25:09

bhz
Scratcher
Registered: 2008-07-06
Posts: 100+

Re: Right Click

only possible in presentation mode. see my scripts in this:
http://scratch.mit.edu/projects/bhz/362968

Offline

 

#3 2009-01-11 20:29:20

Buddy_ca111
Scratcher
Registered: 2008-08-30
Posts: 100+

Re: Right Click

<when[ Stage ]clicked>
<if><<  <not> <mouse down?>  >>
<say[ Right Click! ]for(8)secs>
<else>
<say[ Left Click! ]for(8)secs>
<end>

Last edited by Buddy_ca111 (2009-01-11 20:30:12)


By reading this you agree to giving me your soul, money, passwords, projects, abiltys and your bases

Offline

 

Board footer