Checking if all works is not easy.
Is it possible to click with the mouse a target and I get the event?
Thanks
Posted 01 January 2024 - 04:59 PM
The "Full Example Table" table (File>New) has the possibility to manually control the movement of the ball via the keyboard arrows,
in the scripts it is specified what the control code is, then there are 2 triggers to start and stop the Ball Controll and a timer.
Another way is to assign the events to be tested to the keys on the keyboard.
Sub table1_Keydown(ByVal keycode) If keycode = 3 Then '2 key Light1.State = 1 Addscore 5000 Etc. End If
Edited by kiwi, 01 January 2024 - 05:00 PM.
Posted 01 January 2024 - 06:07 PM
Checking if all works is not easy.
Is it possible to click with the mouse a target and I get the event?
Thanks
hit D on your keyboard
check ball control
close debug window
you can then grab ball with mouse
If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways
Spend it on Hookers and Blow
Posted 03 January 2024 - 09:06 PM
Checking if all works is not easy.
Is it possible to click with the mouse a target and I get the event?
Thanks
hit D on your keyboard
check ball control
close debug window
you can then grab ball with mouse
I almost never use it, I forgot it existed.
i always use it
only good way to find out if a ball will plow through something at 200 units per sec speed
since you can literally throw the ball and seriously abuse it
If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways
Spend it on Hookers and Blow
Visual Pinball →
Visual Pinball →
Invisible checkpointStarted by boriskarloff , 07 Dec 2023 |
|
||
Visual Pinball →
Visual Pinball →
Target must not fallStarted by boriskarloff , 02 Dec 2023 |
|
||
Emulation Station →
VPinMAME →
PinMame compile with debug option --> Disassembler WindowStarted by SasitornSchneider , 25 Jul 2023 |
|
||
Emulation Station →
VPinMAME →
xpinmame ubuntuStarted by Gnulnulf , 04 Aug 2022 |
|
||
Emulation Station →
VPinMAME →
pinmame with debug enabled binaryStarted by Gnulnulf , 28 Jun 2021 |
|