hm I think he want use the example. the shakes function as taste B...
if Wiimote2.RawForceZ > 9
Keyboard.D = 1
endif
if Wiimote2.RawForceZ < 3
Keyboard.A = 1
endif
if Wiimote2.RawForceZ > 1 and < 12
Keyboard.A = 0
Keyboard.D = 0
endif use this if you want wiimote left taste left.... try someone
if Wiimote2.RawForceZ > 9
Keyboard.D = 1
endif
if Wiimote2.RawForceZ < 3
Keyboard.A = 1
endif
if Wiimote2.RawForceZ > 1 and < 12
Keyboard.A = 0
Keyboard.D = 0
endif use this if you want wiimote left taste left.... try someone
