Sorry to bother you all, I have been trying to fix this now for a few hours and I am frustrated with it. I am new to scripting and I am trying to get three lights to light off of one.
This is the script I thought would do it, but I must be missing something.
I'm sorry if it is something basic this is my first time. I get the first three to light up, but then i cant get them to light the other one.
' upper targets to light multi ball
sub target1_Hit()
addscore(100)
bulb1.FlashForMs 200, 100, BulbOn
end sub
sub target3_Hit()
addscore(100)
bulb3.FlashForMs 200, 100, BulbOn
end sub
sub target2_Hit()
addscore(100)
bulb2.FlashForMs 200, 100, Bulbon
end sub
' light multi ball light
If (bulb1.state = bulbon) and (bulb2.state = bulbon) and (bulb3.state = bulbon) then
multi.FlashForMs 200, 100, BulbOn
end if



Top









are all trademarks of VPFORUMS.