Bell sound - me too .. my guess is its not call the stop at Case 71 (line 575). Perhaps we can add
StopSound "ringloop"
at the ball end or something like that.. thinking line #190 Outhole_Hit()
Sub Outhole_Hit():Playsound "drain":bsTrough.AddBall Me:End Sub
to
Sub Outhole_Hit():StopSound "ringloop":Playsound "drain":bsTrough.AddBall Me:End Sub
I noticed to that the Outhole_Hit() - is incorrectly coded twice .. again around line 289, So put the same code in both.
Problem I see here is the bell will stop after the first ball is drained.
Testing now .. if I could only score a multiball :-)
[update] didnt work .. still ring ring ring ... going to change the playsound .. ,-1 to ,5
Edited by allknowing2012, 24 March 2015 - 02:02 AM.