home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / mac / FILES / TIMELN.DIR / 00007_Script_7 < prev    next >
Text File  |  1997-05-26  |  472b  |  13 lines

  1. -- s WattTLmInit
  2.  
  3.  
  4.  
  5.  
  6. global gWattTimeLine, gActiveInvObj
  7. ---------------------------------------------------------------------------------------------------------------------
  8. on exitFrame
  9.   
  10.   set gWattTimeLine = mInit(script "TimeLineParent","WattTimeLineRectsDB","WattTimeLineText","TWDL1.PIC",#WATT)
  11.   set gActiveInvObj = gWattTimeLine
  12. end
  13. ---------------------------------------------------------------------------------------------------------------------