Funky
Something has happened.
Download, and my copy, which have exact same date stamp and revision, dont match.
corruption in zip file?
I will have to re-upload in mean time, make these changes
' Dianas
Sub sw8a_Hit:vpmTimer.PulseSw 8 :PlaySoundAt SoundFX("Target", DOFTargets), sw8a:End Sub
Sub sw16a_Hit:vpmTimer.PulseSw 16 :PlaySoundAt SoundFX("Target", DOFTargets), sw16a:End Sub
and
' SOUND ENGINE Update
'************************************
' Hit Sounds
'************************************
Sub aMetals_Hit(idx):PlaySoundAtBall "MetalHit":End Sub
Sub aWires_Hit(idx):PlaySoundAtBall "fx_Metalwire":End Sub
Sub aRubber_Bands_Hit(idx):PlaySoundAtBall "fx_rubber_band":End Sub
Sub aRubber_LongBands_Hit(idx):PlaySoundAtBall "fx_rubber_longband":End Sub
Sub aRubberPost_Hit(idx):PlaySoundAtBall "fx_rubber_post":End Sub
Sub aRubberPin_Hit(idx):PlaySoundAtBall "fx_rubber_pin":End Sub
Sub aRubberPeg_Hit(idx):PlaySoundAtBall "fx_rubber_peg":End Sub
Sub aPlastics_Hit(idx):PlaySoundAtBall "fx_PlasticHit":End Sub
Sub aGates_Hit(idx):PlaySoundAtBall "fx_Gate":End Sub
Sub aWood_Hit(idx):PlaySoundAtBall "fx_Woodhit":End Sub
Sub LeftFlipper_Collide(parm)
PlaySound "fx_rubber_flipper", 0, parm / 60, pan(ActiveBall), 0.2, 0, 0, 0, AudioFade(ActiveBall)
End Sub
Sub RightFlipper_Collide(parm)
PlaySound "fx_rubber_flipper", 0, parm / 60, pan(ActiveBall), 0.2, 0, 0, 0, AudioFade(ActiveBall)
End Sub