Jump to content



Photo
- - - - -

Using the mouse

event debug

  • Please log in to reply
9 replies to this topic

#1 boriskarloff

boriskarloff

    Enthusiast

  • Members
  • PipPipPip
  • 220 posts

  • Flag: Italy

  • Favorite Pinball: kenney station

Posted 01 January 2024 - 02:32 PM

Checking if all works is not easy.

Is it possible to click with the mouse a target and I get the event?

 

Thanks

 



#2 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



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.


#3 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

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


#4 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 02 January 2024 - 11:35 AM

 

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.



#5 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

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


#6 boriskarloff

boriskarloff

    Enthusiast

  • Members
  • PipPipPip
  • 220 posts

  • Flag: Italy

  • Favorite Pinball: kenney station

Posted 03 January 2024 - 09:36 PM

Do you mean to press D in game?

Nothing happens in my table.

I must close the program because nothing works after I press D.


Edited by boriskarloff, 03 January 2024 - 09:38 PM.


#7 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 03 January 2024 - 11:47 PM

Do you mean to press D in game?

Nothing happens in my table.

I must close the program because nothing works after I press D.

IpEwO0A.png


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


#8 boriskarloff

boriskarloff

    Enthusiast

  • Members
  • PipPipPip
  • 220 posts

  • Flag: Italy

  • Favorite Pinball: kenney station

Posted 04 January 2024 - 01:55 PM

I have already those setting.

But it doesn't work.



#9 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 04 January 2024 - 04:50 PM

Perhaps you need to disable this option "Force exclusive Fullscreen Mode" (video option), if enabled.



#10 boriskarloff

boriskarloff

    Enthusiast

  • Members
  • PipPipPip
  • 220 posts

  • Flag: Italy

  • Favorite Pinball: kenney station

Posted 05 January 2024 - 02:05 PM

Perhaps you need to disable this option "Force exclusive Fullscreen Mode" (video option), if enabled.

 

Is that!

Thanks

 

Edit:

Unset and set it again, now it works in fullscreen mode.


Edited by boriskarloff, 06 January 2024 - 01:02 PM.






Also tagged with one or more of these keywords: event, debug