Spinner Count

loxagon

Pinball Player
Joined
Jun 26, 2023
Messages
12
Reaction score
5
Points
8
Favorite Pinball Machine
The Mandalorian
Hi Guys,

i work on a new table a few months and a have a question. is it possible to count the rotation of a spinner? and how do i scripting this?
i tryed some varaiants with my limited knowing about scripting but nothing works.
the idea was that when the spinner rotate 5times /10times/ 15times i can start some events with it.

Anyone can helps?

Thanks in advance:)

Lox
 
Dim Count
Sub MySpinner_Unhit()
Count = Count +1
Select Case Count
Case 5: bla bla
Case 10: bla bla
Case 15: bla bla: Count = 0 (if needed)
End Select
End Sub
Reading the manual is very informative
If you want 5, 10 or 15 turns in one go, you need to adapt this script...
 
Last edited:
Hi,

thank you for your help, i see my error now....so easy ..sorry for my clumsiness ;-/

I didn't learn programming, But often I see the logic in the Tables and know what to do..
I was able to solve many problems, but not all of them.

lox
 
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: Killabot has left the room.
      Back
      Top