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

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • goldc0der
    Forum Member
    • Jan 2006
    • 63

    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 ;-)
  • midhat992
    No longer a forum member
    • Nov 2012
    • 7

    #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

    • goldc0der
      Forum Member
      • Jan 2006
      • 63

      #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

      • Bl4ckSh33p
        Indigo Rose Customer
        • Jun 2010
        • 248

        #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

        • goldc0der
          Forum Member
          • Jan 2006
          • 63

          #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