home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Inventor Labs: Technology
/
INVENTORLABS_TECHNOLOGY.BIN
/
mac
/
FILES
/
EDISON.DIR
/
00105_Script_105
< prev
next >
Wrap
Text File
|
1997-05-26
|
279b
|
15 lines
--s Intro
global gInventorVisited, gInventorIndexNum
on exitFrame
if the shiftdown then
go "EDISON EA"
else
if getat( gInventorVisited, gInventorIndexNum) then go "Welcome"
else setat( gInventorVisited, gInventorIndexNum,1)
end if
end