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

  1. on exitFrame
  2.   if the text of member 1 of castlib "data" = "dalek" then SET THE HILITE OF MEMBER "DALEK" TO 1 
  3.   else set the hilite of member "TARDIS" TO 1
  4.   
  5.   global k
  6.   set k = [0] 
  7.   repeat with n=17 to 22
  8.     put the text of member n of castlib "data" into c
  9.     put c into member n of castlib "stuff"
  10.   end repeat
  11.   
  12.   put the text of member 25 of castlib "data" into c
  13.   put c into member 25 of castlib "stuff"
  14.   
  15.   repeat with n=27 to 33
  16.     put the text of member n of castlib "data" into c
  17.     put c into member n of castlib "stuff"
  18.   end repeat
  19.   
  20.   
  21. end