Animate: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
==Description==
[[image:Animate001.png|thumb]]
'''Animate''' is a program for those people who like to have nifty graphics dancing around their computer screen.


Animate is a program for those people who like to have nifty graphics dancing around their computer screen.
Animate can also act as a "screen saver" - after a programmable period of inactivity, it will bring the graphic forward to fill the screen. Animate is also extensible, so there should be a steady flow of new animated desktops if anyone writes any.
 
[[image:Animate002.png|thumb]]
Animate can also act as a "screen saver" - after a programmable period of inactivity, it will bring the graphic forward to fill the screen. Animate is also extensible, so there should be a steady flow of new animated desktops if anyone writes any.  
 
[[image:Animate001.png|400px]]
 
[[image:Animate002.png|400px]]
 
===Instructions===


==Features==
When started, Animate randomly chooses a desktop from the list specified by 'desktop', which is a string of characters, one desktop per character. If 'desktop' is null, Animate will choose from all the desktops available to it.
When started, Animate randomly chooses a desktop from the list specified by 'desktop', which is a string of characters, one desktop per character. If 'desktop' is null, Animate will choose from all the desktops available to it.


Line 18: Line 13:
* 'S' for space, a simulation of moving through space.
* 'S' for space, a simulation of moving through space.
* 'W' for wallpaper, a changing wallpaper display.
* 'W' for wallpaper, a changing wallpaper display.
Animated Desktop Extensions are specified using other letters, usually the first letter of the extension name. Example: You want Animate to show either 'space' or 'zoom', but you want 'space' to be twice as likely. You would type <tt>START ANIMATE SSZ</tt>


Animated Desktop Extensions are specified using other letters, usually the first letter of the extension name. Example: You want Animate to show either 'space' or 'zoom', but you want 'space' to be twice as likely. You would type
When the desktop has the focus, 'F' will bring it forward and another 'F' or a mouse movement will return it to the background. 'P' will pause the animation and another 'P' will allow it to continue. 'S' will bring up the screen saver dialog, and you can terminate Animate with 'F3'.  
START ANIMATE SSZ
 
When the desktop has the focus, 'F' will bring it forward and another 'F' or a mouse movement will return it to the background. 'P' will pause the
animation and another 'P' will allow it to continue. 'S' will bring up the screen saver dialog, and you can terminate Animate with 'F3'.  


Individual desktops may have other controls, double click on the desktop to find out.
Individual desktops may have other controls, double click on the desktop to find out.
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=Animate-19910606 Version ](Jun 7 1991)
* [https://github.com/OS2World/APP-SCREENSAVER-Animate Source Code on Github]


==License==
==License==
Line 38: Line 26:


==Links==
==Links==
* [http://hobbes.nmsu.edu/h-search.php?key=Animate-19910606 Version ](Jun 7 1991)
* [https://github.com/OS2World/APP-SCREENSAVER-Animate Source Code on Github]
* Instructions for writing an Animated Desktop Extension for ANIMATE or DESKPIC [http://www.edm2.com/index.php/Instructions_for_writing_an_Animated_Desktop_Extension_for_ANIMATE_or_DESKPIC]
* Instructions for writing an Animated Desktop Extension for ANIMATE or DESKPIC [http://www.edm2.com/index.php/Instructions_for_writing_an_Animated_Desktop_Extension_for_ANIMATE_or_DESKPIC]


[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 16:23, 22 October 2017

Animate is a program for those people who like to have nifty graphics dancing around their computer screen.

Animate can also act as a "screen saver" - after a programmable period of inactivity, it will bring the graphic forward to fill the screen. Animate is also extensible, so there should be a steady flow of new animated desktops if anyone writes any.

Features

When started, Animate randomly chooses a desktop from the list specified by 'desktop', which is a string of characters, one desktop per character. If 'desktop' is null, Animate will choose from all the desktops available to it.

There are four desktops built into Animate, they are:

  • 'Z' for zoom, a bouncing geometric figure that leaves a trail behind it.
  • 'F' for fireworks, a fireworks display.
  • 'S' for space, a simulation of moving through space.
  • 'W' for wallpaper, a changing wallpaper display.

Animated Desktop Extensions are specified using other letters, usually the first letter of the extension name. Example: You want Animate to show either 'space' or 'zoom', but you want 'space' to be twice as likely. You would type START ANIMATE SSZ

When the desktop has the focus, 'F' will bring it forward and another 'F' or a mouse movement will return it to the background. 'P' will pause the animation and another 'P' will allow it to continue. 'S' will bring up the screen saver dialog, and you can terminate Animate with 'F3'.

Individual desktops may have other controls, double click on the desktop to find out.

License

  • Public Domain

Author

Links