Subversion Repositories wimsdev

Rev

Rev 8540 | Rev 16344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8540 Rev 16272
Line 2... Line 2...
2
 
2
 
3
 Make an affine transformation for the subsequent objects: (x;y) -> [a,b;c,d](x;y)+(tx;ty).
3
 Make an affine transformation for the subsequent objects: (x;y) -> [a,b;c,d](x;y)+(tx;ty).
-
 
4
:alt texte
-
 
5
 
-
 
6
This command is only available for WIMS OEF and doc and MUST appear on the first line. It gives the attribut alt="text" to the image.
4
:animate fra,del,rep
7
:animate fra,del,rep
5
 
8
 
6
 This command is only available for WIMS OEF and doc, and MUST appear on the first line. Set up animation for fra frames, with del seconds between frames, and rep repetitions (rep=0 means infinite repetition).<br> Frame control is done via two variables: <tt>animstep</tt> (integer) going from 1 to frame count, and <tt>s</tt> going from 0 to 1.
9
 This command is only available for WIMS OEF and doc, and MUST appear on the first line or after the command alt. Set up animation for fra frames, with del seconds between frames, and rep repetitions (rep=0 means infinite repetition).<br> Frame control is done via two variables: <tt>animstep</tt> (integer) going from 1 to frame count, and <tt>s</tt> going from 0 to 1.
7
:animstep n
10
:animstep n
8
 
11
 
9
 Set up an integer which can be called in any evaluation. Used for animation. Direct use of this command must be avoided under WIMS.
12
 Set up an integer which can be called in any evaluation. Used for animation. Direct use of this command must be avoided under WIMS.
10
:arc x,y,w,h,a1,a2,[color]
13
:arc x,y,w,h,a1,a2,[color]
11
 
14