#✅ | Ticker | Skip video GUI

1 messages · Page 1 of 1 (latest)

lilac sentinelBOT
#

It sounds like you’re trying to capture key presses from inside a Ticker, but FancyMenu tickers don’t get keyboard events directly. Instead, use the On Keyboard Key Pressed / Released listeners described in the Listeners doc. Those listeners expose $$key_name (and related vars) so you can run an action script that checks for ESC or SPACE, closes the current screen, and opens the one you want (closegui, opengui, etc.).

If you need me to review your layout file, I can’t open .txt attachments – please press the “Request Human Help” button so a person can inspect it.

wild marsh
#

I see. I'll check that out

lilac sentinelBOT