home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Imagination Express: Destination Pyramids
/
PYRAMIDS.ISO
/
THEMES
/
PYRAMIDS
/
FACTBOOK
/
FACTBOOK.EXE
/
FACTBOOK.DXR
/
00005.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-21
|
228 b
|
12 lines
on enterFrame
global gIntroPageVisited
if gIntroPageVisited = "True" then
pauseTicks(130)
set gIntroPageVisited to "True"
go("Chapter1")
else
set gIntroPageVisited to "True"
go("Chapter1")
end if
end