home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Mare
/
SHAREDM.CST
/
03049_Script_3049
< prev
next >
Wrap
Text File
|
1997-09-15
|
1KB
|
38 lines
--on ATT_HILITE dacast, acast, deltaspr, deltacast, nohiuno, nohidue,deltascritta
-- global men,attore
-- if objectp(men) then exit
-- if objectp(attore) then exit
-- repeat while the mousecast >=dacast and the mousecast <= acast
-- set miohilite = the mousecast
-- if miohilite >=dacast and miohilite <= acast then
-- repeat with mm = dacast to acast
-- set the castnum of sprite (mm-deltaspr) to mm
-- if not voidp (deltascritta) then
-- set the visible of sprite (mm-deltascritta) to false
-- end if
--
-- end repeat
-- set the castnum of sprite (miohilite-deltaspr) to (miohilite+deltacast)
-- if not voidp (deltascritta) then
-- set the visible of sprite (miohilite-deltascritta) to true
-- end if
--
-- updatestage
-- end if
-- end repeat
--
--
--
-- if the mousecast = nohiuno or the mousecast = nohidue then
--
-- repeat with mm = dacast to acast
-- set the castnum of sprite (mm-deltaspr) to mm
--
-- if not voidp (deltascritta) then
-- set the visible of sprite (mm-deltascritta) to false
-- end if
--
-- end repeat
-- end if
--
--end