home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 32
/
hot34.iso
/
ficheros
/
WSAV
/
DALEKSAV.ZIP
/
CONTROL.DIR
/
00012_Script_12
< prev
next >
Wrap
Text File
|
1997-01-02
|
586b
|
21 lines
on exitFrame
if the text of member 1 of castlib "data" = "dalek" then SET THE HILITE OF MEMBER "DALEK" TO 1
else set the hilite of member "TARDIS" TO 1
global k
set k = [0]
repeat with n=17 to 22
put the text of member n of castlib "data" into c
put c into member n of castlib "stuff"
end repeat
put the text of member 25 of castlib "data" into c
put c into member 25 of castlib "stuff"
repeat with n=27 to 33
put the text of member n of castlib "data" into c
put c into member n of castlib "stuff"
end repeat
end