home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 32 / hot34.iso / ficheros / WSAV / DALEKSAV.ZIP / CONTROL.DIR / 00037_Script_37 < prev    next >
Text File  |  1997-01-02  |  450b  |  23 lines

  1.  
  2.  
  3.  
  4. on exitFrame 
  5.    
  6.   global k
  7.   set k = [0] 
  8.   repeat with n=17 to 22
  9.     put the text of member n of castlib "data" into c
  10.     put c into member n of castlib "stuff"
  11.   end repeat
  12.   
  13.   put the text of member 25 of castlib "data" into c
  14.   put c into member 25 of castlib "stuff"
  15.   
  16.   repeat with n=27 to 33
  17.     put the text of member n of castlib "data" into c
  18.     put c into member n of castlib "stuff"
  19.   end repeat
  20.   
  21.   
  22. end
  23.