Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cybercampbell

    Emulate the OSX Screensaver

    OK I have this: myPicture.counter = 0; myPicture.onEnterFrame = function() { //changing bahaviours depending on various conditions if (this.counter == 0) this.xSpeed = -2; if (this._x <= 0) { this.xSpeed = 3; this.alphaSpeed = -2; } if (this.counter == 30)...
  2. cybercampbell

    Emulate the OSX Screensaver

    Hi all I've been trying this for about a week and It's not realy working. I got so frustrated I've just scrapped it and I'm starting again. what i'm trying to do is emulate the OSX screensaver...the pictures that crossfade and zoom in and out and move alittle to the corner....It's hard to...

Part and Inventory Search

Back
Top