home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagination Express: Destination Pyramids
/
PYRAMIDS.ISO
/
DEMO
/
EDMARKDB
/
MENU.DXR
/
00004.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
|
299 b
|
15 lines
on enterFrame
global gBeenIntro
if gBeenIntro then
repeat with nn = 2 to 6
set the visible of sprite nn to 0
end repeat
puppetTransition(23, 2, 16, 0)
go(label("Menu") + 1)
set gBeenIntro to 0
else
set gBeenIntro to 1
PlayDemoFrame(1, "MAININT")
end if
end