home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
MI127.DIR
/
00091_Script_91
< prev
next >
Wrap
Text File
|
1996-05-12
|
597b
|
26 lines
on exitFrame
global a_blocca
if a_blocca = false then
ATT_HILITE 8,13,5,6,2,2
end if
at_hil 107,6,41
go to the frame
end
on mouseup
if the mouseh > 72 and the mouseh < 620 and the mouseV > 0 and the mouseV < 480 then
global a_blocca, scrolla
set a_blocca to false
set scrolla to true
--duplicate cast 121, 499
--vap "su", 72, "nobeep"
set the visible of sprite 17 to false
set the visible of sprite 18 to false
set the visible of sprite 19 to false
set the visible of sprite 20 to false
end if
end