form land
     tile=property y=90  w=85  h=350    size=40  bg=white section=press 
     tile=rectangle   name=c1  x= 10 
     tile=rectangle   name=d1  x=100 
     tile=rectangle   name=e1  x=190 
     tile=rectangle   name=f1   x=280 
     tile=rectangle   name=g1  x=370 
     tile=rectangle   name=a1  x=460 
     tile=rectangle   name=b1  x=550 
     tile=property  size=32    h=60  y=440  color=black bg=transparent  visible=#visible section="" 
     tile=text text=c1   x=  25 
     tile=text text=d1   x=125 
     tile=text text=e1   x=215 
     tile=text text=f1   x=305 
     tile=text text=g1   x=395 
     tile=text text=a1   x=485 
     tile=text text=h1   x=575 
     tile=property  y=90  w=58  h=180    size=35    bg=black section=press 
     tile=rectangle   name=cs1   x= 70 
     tile=rectangle   name=ds1   x=160 
     tile=rectangle   name=fs1    x=345 
     tile=rectangle   name=gs1   x=435 
     tile=rectangle   name=as1   x=525 
     tile=property  size=32  h=60   y=20   bg=transparent  visible=#visible  section="" 
     tile=text text=c1# x=  70 
     tile=text text=d1# x=160 
     tile=text text=f1# x=340 
     tile=text text=g1# x=430 
     tile=text text=a1# x=520 
     tile=property y=90  w=85  h=350    size=40   bg=white  section=press 
     tile=rectangle name=c2   x= 640 
     tile=rectangle  name=d2  x=730 
     tile=rectangle  name=e2  x=820 
     tile=rectangle  name=f2   x=910 
     tile=rectangle  name=g2  x=1000 
     tile=rectangle  name=a2  x=1090 
     tile=rectangle  name=b2  x=1180 
     tile=property  size=32    h=60  y=440 bg=transparent   visible=#visible  section="" 
     tile=text text=c2   x=670 
     tile=text text=d2   x=760 
     tile=text text=e2   x= 850 
     tile=text text=f2   x=  940 
     tile=text text=g2   x=1020 
     tile=text text=a2   x=1110 
     tile=text text=h2    x=1200 
     tile=property  y=90  w=58  h=180   size=35    bg=black  section=press 
     tile=rectangle   name=cs2   x=700 
     tile=rectangle   name=ds2   x=790 
     tile=rectangle   name=fs2    x=965 
     tile=rectangle   name=gs2   x=1055 
     tile=rectangle   name=as2   x=1145 
     tile=property  size=32  h=60  y=20   bg=transparent   visible=#visible section="" 
     tile=text text=c2# x= 710 
     tile=text text=d2# x= 790 
     tile=text text=f2#  x= 980 
     tile=text text=g2# x=1060 
     tile=text text=a2# x=1140 
     tile=property bg=transparent s=30  visible=1 color=black section="" 
     tile=button   section=save   x= 240 y=650  w=500  text=@recording section=save 
     tile=button   section=play   x= 760 y=650  w=500  text=@playback section=play 
     tile=button   section=help   x=20 y=650     w=200  text=@help  section=help 
end form
section save
     message "in developing" 
end
section play
     message "in developing" 
end
section help
     if #help_mode==1
          #help_mode=0;   #help=@help;   #visible=0;  #color=black 
     else
          #help_mode=1  ;  #help=@help;  #visible=1;   #color=red 
     endif
     draw form=#form 
end
section press
     //   message #_selected_name
     #sound= $concate(#_selected_name+".wav") 
     sound mode=start  file= #sound directory=#_directory_sound_examples 
end section
section back
     call script=examples_apps2 
end section
end scene
      
 
     
    
 
 
    
  
  
   
 
 
     
  
 
   
LIST OF EXAMPLES
 
     
Die bereitgestellten Screenshots können geringfügig von den tatsächlichen Ergebnissen der Skripte abweichen.