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

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