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

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