home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
tate.dir
/
00091_Script_Roloop
< prev
next >
Wrap
Text File
|
1987-04-12
|
506b
|
22 lines
on exitframe
put the top of sprite 2 into T
CtrlSkrol T
cursore
if rollover(2) then
put the castNum of sprite 2 into MC
put 5 into NS -- Numero Sprite
put the mouseWord into MW
put word MW of field MC into SS
if SS="Londyn" then
RoSpr NS, MW, "piantina.pic", ""
else if SS="Turnera," then
RoSpr NS, MW, "turner.pic", ""
else
set the castNum of sprite NS to the number of cast "000e.pic"
end if
end if
go the frame
end