home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM User 1996 April
/
CDROM21.bin
/
programs
/
win95dem
/
rollover.dir
/
00004_Script_4
< prev
Wrap
Text File
|
1995-03-20
|
549b
|
19 lines
on startmovie
set the puppet of sprite(1) to TRUE
set the puppet of sprite(2) to TRUE
set the puppet of sprite(3) to TRUE
end startmovie
on hilight
if the text of cast "lit" = 1 then set the forecolor of sprite(1) to 5
if the text of cast "lit" = 2 then set the forecolor of sprite(2) to 5
if the text of cast "lit" = 3 then set the forecolor of sprite(3) to 5
end hilight
on nolight
set the forecolor of sprite(1) to 255
set the forecolor of sprite(2) to 255
set the forecolor of sprite(3) to 255
end nolight