home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / autodesk / autodesk.exe / autodesk.DXR / 00029.ls < prev    next >
Encoding:
Text File  |  1994-12-17  |  318 b   |  16 lines

  1. on enterFrame
  2.   global gDispatched
  3.   set gDispatched to 0
  4.   ButtonHit(3, label("LT") + 1)
  5.   ButtonHit(5, label("LT") + 11)
  6.   ButtonHit(6, label("LT") + 7)
  7.   ButtonHit(9, label("LT") + 8)
  8.   RolloverBtn(10, label("LT") + 9)
  9.   ButtonHit(11, label("LT") + 10)
  10.   PrintIt("lttech.txt")
  11. end
  12.  
  13. on exitFrame
  14.   go(the frame)
  15. end
  16.