Subversion Repositories wimsdev

Rev

Rev 13798 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !if $parms=$empty
  2.  !exit
  3. !endif
  4.  
  5. !set parms=!slashsubst $parms
  6. !distribute items $parms into sx,sy
  7. !set pp=!item 3 to -1 of $parms
  8. !set pp=!replace internal $     $ by $\
  9. $ in $pp
  10.  
  11. !set a=!word 1 of $pp
  12. !if $a=animate
  13.  !set a=!line 1 of $pp
  14.  !set a=!word 2 to -1 of $a
  15.  !set pp=!line 2 to -1 of $pp
  16.  !set ins_anim_frames=!item 1 of $a
  17.  !set ins_anim_delay =!item 2 of $a
  18.  !set ins_anim_loop  =!item 3 of $a
  19. !endif
  20.  
  21. !set insdraw_size=$sx,$sy
  22. !set ins_align=middle
  23. !insdraw $pp
  24.  
  25.