Author Topic: Variable Pause for Variable Keypress actions  (Read 2239 times)

SemlerPDX

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 280
  • Upstanding Lunatic
    • My AVCS Homepage
Variable Pause for Variable Keypress actions
« on: October 02, 2019, 05:19:34 PM »
Is it possible to allow a variable pause for the variable keypress action?

So we could adjust the time a key is held down from a single decimal variable in some init command or something?




EDIT by Pfeil: Functionality already available using the variable pause action (also a duplicate of this request).
« Last Edit: April 18, 2020, 01:19:47 PM by Pfeil »

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2824
Re: Variable Pause for Variable Keypress actions
« Reply #1 on: October 02, 2019, 05:40:59 PM »
You can already do that through the, 'variable pause' screen - Pause > Add Variable Pause.  You have to break your key press out into separate down/up actions, though:

Variable key press down
Variable pause
Variable release key

Hope that helps!

SemlerPDX

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 280
  • Upstanding Lunatic
    • My AVCS Homepage
Re: Variable Pause for Variable Keypress actions
« Reply #2 on: October 02, 2019, 05:44:03 PM »
Ah... perfect! Thank you!