A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash screensaver in stand alone?

  1. #1
    Junior Member
    Join Date
    May 2002
    Posts
    25
    I don't know if it is possible, but I'd like to make a screensaver inside a standalone flash application. This means that when the application is started and the user doesn't touch his keyboard/mouse for example 5 mins, then a movieclip starts. When you move your mouse or touch a key the clip ends and returns tot the last location.....is that possible?

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766

    Use getTimer() in a clip event to detect periods of no keyboard or mouse activity and then "go fullscreen". The first mouse or keyboard activity while you're in fullscreen mode (done again with a clip event) would allow you to switch back to normal operation.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center