bank Drop target

fastdraw

Inserted Coin
Joined
Dec 16, 2015
Messages
226
Reaction score
159
Points
56
Favorite Pinball Machine
afm mm cv
when all the targets are dropped is it possible to solenoidpulse (reset) 1 drop target only individually ? (case 3 by example) .
I specify with a bank drop target.

dt.jpg

using this code :

Code:
dim dt1,dt2,dt3,dt4,dt5

sub droptarget1_hit()
    addscore 500
    IncrementBonus(1)
    Select Case (fpEventID)
        Case 1: dt1=1
        Case 2: dt2=1
        Case 3: dt3=1
        Case 4: dt4=1
        Case 5: dt5=1
    End Select
    if dt1+dt2+dt3+dt4+dt5=5 then
        droptarget1.solenoidpulse  <== how to reset only case 3 ?
        dt1=0:dt2=0:dt3=0:dt4=0:dt5=0
        light1.state=1
    end if
end sub
 
Last edited:
DropTarget1.SolenoidPulse
DropTarget1.PopDown(1): DropTarget1.PopDown(2): DropTarget1.PopDown(4): DropTarget1.PopDown(5)
PS: .PopDown doesn't call _Hit
 
Forum activity
Help Users
You can interact with the ChatGPT Bot in any Chat Room and there is a dedicated room. The command is /ai followed by a space and then your ? or inquiry.
ie: /ai What is a EM Pinball Machine?
  • No one is chatting at the moment.
      Mibs Mibs: JonPurpleHaze has posted a new reply in the thread "What music are you listening to?".
      Back
      Top