home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / watt.dir / 00054_Script_54 < prev    next >
Text File  |  1997-07-24  |  210b  |  11 lines

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