Delete this lines:
If keycode = LeftTiltKey Then LeftNudge 80, 1.2, 20:PlaySound "nudge_left"
If keycode = RightTiltKey Then RightNudge 280, 1.2, 20:PlaySound "nudge_right"
and change these :
If KeyCode=rightmagnasave Then Controller.Switch(68)=1 'pos Y
If KeyCode=leftmagnasave Then Controller.Switch(67)=1 'neg Y
If KeyCode=rightmagnasave Then Controller.Switch(68)=0 'pos Y
If KeyCode=leftmagnasave Then Controller.Switch(67)=0 'neg Y
in :
If KeyCode=RightTiltKey Then Controller.Switch(68)=1 'pos Y
If KeyCode=LeftTiltKey Then Controller.Switch(67)=1 'neg Y
If KeyCode=RightTiltKey Then Controller.Switch(68)=0 'pos Y
If KeyCode=LeftTiltKey Then Controller.Switch(67)=0 'neg Y
Thanx for that info...
Unfortunately, I only have flippers and tilt buttons, but i am wondering if for this table only, it may be a goodidea for me to change to the tilt buttons.
Can you tell me the correctscript change keystroke numbers to change to tilts(ie. z and / ).
Cheers,
Maceman
ps. I am using the sinbad ball on this table as i think it looks even better. To each his own i suppose. I don't like transparancy on the ball at all, but i know some do (JP for instance

)