home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / mac / FILES / EDISON.DIR / 00105_Script_105 < prev    next >
Text File  |  1997-05-26  |  279b  |  15 lines

  1. --s Intro 
  2.  
  3.  
  4. global gInventorVisited, gInventorIndexNum
  5.  
  6. on exitFrame
  7.   
  8.   if the shiftdown then 
  9.     go "EDISON EA"
  10.   else 
  11.     if getat( gInventorVisited, gInventorIndexNum) then  go "Welcome"
  12.     else setat( gInventorVisited, gInventorIndexNum,1)
  13.   end if
  14.   
  15. end