Results 1 to 2 of 2

Thread: One button loop question

  1. #1
    Join Date
    Aug 2009
    Posts
    60

    One button loop question

    I think the only way to do this is with loop but if there is another way or any way at all, please share

    I'd like one button to repeat key 1 every 15 secs and at the same time have that same button repeated key 2 & key 3 every one sec. In other words, the keys 2 and 3 will be firing every 1 sec and key 1 will be firing every 15 secs as long as I hold the button down. I'd like it to keep repeating this as long as I hold the button down.

    How can this be done?

  2. #2
    Join Date
    Jul 2005
    Posts
    13,281
    Activated Event
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 2
    key press 3
    pause 1 sec
    key press 1
    loopback repeat | infinite

    Deactivated Event
    - empty -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •