
attr=alt="to_replace_by_picture_name"
animate_delay=30
animate_loop=0

!if $randclick!=yes and $click2=$empty and $menutype!=solution
 ins_tag=form click
!endif

!if $cmd!=help
 ins_attr=$attr
 ins_border=1
 !insdraw $draw_src
 picture=$ins_out
 clicker=$picture
 count=$ins_cnt
 lastdraw=$ins_out
 !if $animate=yes
  !insdraw $draw_src_2
  count=$count,$ins_cnt
  count=!items2words $count
  pp=!exec animate $count
  picture=<IMG SRC=$pp border=$ins_border $attr>
  clicker=<input type=image $attr border=$ins_border name=click src=$pp>
 !endif
!else
 ins_attr=$attr
 ins_border=1
 !insdraw $draw_src1
 count=$ins_cnt
 !insdraw $draw_src
 count=$count,$ins_cnt
 count=!items2words $count
 pp=!exec animate $count
 picture=<IMG SRC=$pp border=$ins_border $attr>
!endif

