BallsInLock

fastdraw

Inserted Coin
Joined
Dec 16, 2015
Messages
230
Reaction score
164
Points
56
Favorite Pinball Machine
afm mm cv
hi
when we release 3 captured balls , for to reset is : ballsinlock=ballsinlock-3 or ballsinlock=0 ?


Code:
dim BallsInLock , ballsonplayfield

sub trigger1_hit()
    kicker1.createball
    ballsinlock=ballsinlock+1 'jusqu"à 3 billes
  
    if ballsinlock=3 then
        Popup1.SolenoidOff():ballsinlock=ballsinlock-3  ' ou bien ballsinlock=0 ?
        ballsonplayfield=ballsonplayfield+3
    end if
end sub
 
Last edited:
The result is the same.
 
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