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

#1 2008-06-30 13:33:09

ivandonat
Scratcher
Registered: 2007-11-23
Posts: 5

how to make vibration

vibration:
[blocks]
<when green flag clicked>
<set{ vibration }to( 3 [/blocks]   you pick.for now set 3 [blocks]
<forever>
<set{ left/right }to( 1
<set{ left/right }to( 2

<when green flag clicked>
<if><( <{ left/right }> <=> 1 )>
<move( <{ vibration }> )steps>

<else>
<move( (( 0 <-> <{ vibration }> )) )steps>

Offline

 

#2 2008-06-30 13:45:45

bigB
Scratcher
Registered: 2007-06-09
Posts: 100+

Re: how to make vibration

or
forever
move 3 steps
move -3 steps


http://scratch.mit.edu/projects/bigB/260981 Draw to Text
http://scratch.mit.edu/projects/bigB/181829 3D Stunt Flyer

Offline

 

Board footer