I’ve noticied that the contactors of the slingshots are inverted. (when the ball hit the right slingshot, the left contactor enter in action).
It’s not a probleme in the DOF because it do it only on this table.
I’ve asked to arngrim ho to fix the script of the table, i thank him for the solution :
Sub RightSlingShot_Slingshot
PlaySound SoundFX(“Slingshot”,DOFContactors), 0, 1, 0.05, 0
RSling.Visible = 0
RSling1.Visible = 1
sling1.TransZ = -30
RStep = 0
RightSlingShot.TimerEnabled = 1
vpmTimer.pulsesw 37 ‘RightSlingShot
End Sub
Sub LeftSlingShot_Slingshot
PlaySound SoundFX(“Slingshot”,DOFContactors),0,1,-0.05,0
LSling.Visible = 0
LSling1.Visible = 1
sling2.TransZ = -30
LStep = 0
LeftSlingShot.TimerEnabled = 1
vpmTimer.pulsesw 36 ‘LeftSlingShot
End Sub
You need to login in order to like this post: click here

