home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagination Express: Destination Pyramids
/
PYRAMIDS.ISO
/
DEMO
/
EDMARKDB
/
MENU.DXR
/
00052_Pagecurl.pic.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-10-20
|
330 b
|
20 lines
on mouseDown
sound stop 1
sound stop 2
end
on mouseUp
global gAutoMode
if not (the movieName contains "menu") then
set gAutoMode to 0
play done
else
clearPuppets(1, 24)
puppetPalette(the framePalette)
puppetTransition(6, 2, 16, 0)
go("MenuTran")
puppetPalette(0)
go("Menu")
end if
end