|
__quickstart
__playing a movie To view an animation, click on the applet, type loadanm name using a name from the anm movies section. The frames will render as they load. When the file has finished loading, the control are will display the message: "__loaded". If set to do so the animation will start playing automatically. If not, set the framerate for playback using the command fps framerate, then type play. Hit the RETURN key after every command. __changing the pixel style The style in which pixels are rendered can be changed. The default is a square pixel. Version 0.1 also supports ascii and random line styles. The ascii style makes the animation look like old school ascii art, the random lines style converst the pixels to a rough, 'hatched' look. To change the pixels style use: pixrend rect for the square pixel pixrend ascii for the ascii style pixrend rnd 1 for the random line style [increasing the number increases the density of lines per pixel] __making an animation To create a new movie: newmovie namesee tutorials for more details. |