bank Drop target

fastdraw

Inserted Coin
Joined
Dec 16, 2015
Messages
230
Reaction score
164
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
 
General chit-chat
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.
      Chat Bot Mibs Chat Bot Mibs: Flipper Hermann has left the room.
      Back
      Top