Announcement

Collapse
No announcement yet.

I´m looking for a "Away From Keyboard" Detection Funtion?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • I´m looking for a "Away From Keyboard" Detection Funtion?

    Hi:

    I´m looking for a "Away From Keyboard" Detection Funtion?

    Anyone can help?

    Ty so much ;-)

  • #2
    Here you have it. Hope someone answers my question too. Scripts are on ON SHOW and ON TIMER, hope this helps.
    Attached Files

    Comment


    • #3
      Originally posted by midhat992 View Post
      Here you have it. Hope someone answers my question too. Scripts are on ON SHOW and ON TIMER, hope this helps.
      Hi midhat992, thank you so much for this example! It works very well ;-) Ty

      Comment


      • #4
        Hi! I used this on "On Mouse Move" on every Page:
        Code:
        Page.StartTimer(60000, 10);
        60000 = 1 Minute

        If you dont move the mouse (go afk) it triggers after 1 Min and executes the "OnTimer" events.
        Bl4ckSh33p-Soft - Custom Software and Indie Games

        Comment


        • #5
          Originally posted by Bl4ckSh33p View Post
          Hi! I used this on "On Mouse Move" on every Page:
          Code:
          Page.StartTimer(60000, 10);
          60000 = 1 Minute

          If you dont move the mouse (go afk) it triggers after 1 Min and executes the "OnTimer" events.
          Ty Bl4ckSh33p ;-)

          Comment

          Working...
          X