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

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