Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "ANIM"

From Creatures Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
This sets the animation string of the agent.
+
The '''ANIM''' command sets the animation [[string]] of the [[agent]].
  
 
  anim [0 1 2 4 5 8 14 12 1 0 1]
 
  anim [0 1 2 4 5 8 14 12 1 0 1]
  
will make the agent anim following the numbers... which are the identifiers of the images in the c16 file
+
will make the agent animate following the numbers... which are the identifiers of the images in the [[.c16]] file.
  
 
  anim [0 1 2 3 255]  
 
  anim [0 1 2 3 255]  
  
Will make the agent loop on this animation.
+
Will make the agent loop on this 1-2-3 animation.
  
 
  anim [1 1 1 1 2 2 2 2 2 3 3 3 3 3 ]
 
  anim [1 1 1 1 2 2 2 2 2 3 3 3 3 3 ]
  
Will make the agent use more than once each image, this way the animation will be slower
+
Will make the agent use each image more than once, this way the animation will be slower
 
[[Category:C3 CAOS Commands]]
 
[[Category:C3 CAOS Commands]]

Revision as of 01:02, 25 June 2005

The ANIM command sets the animation string of the agent.

anim [0 1 2 4 5 8 14 12 1 0 1]

will make the agent animate following the numbers... which are the identifiers of the images in the .c16 file.

anim [0 1 2 3 255] 

Will make the agent loop on this 1-2-3 animation.

anim [1 1 1 1 2 2 2 2 2 3 3 3 3 3 ]

Will make the agent use each image more than once, this way the animation will be slower.