home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
LAUNCH 7
/
LAUNCH.BIN
/
pc
/
cypher
/
1400.dir
/
00023_Script_23
< prev
next >
Wrap
Text File
|
1996-04-15
|
249b
|
12 lines
on mouseUp
global opensafe
set opensafe = 0
puppetSound 1, "Drawer.aif"
repeat while soundBusy(1)
nothing
end repeat
puppetSprite 12, TRUE
set the visible of sprite 12 to FALSE
puppetSprite 12, FALSE
go to "main"
end