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

  1. on enterFrame
  2.   global gDispatched
  3.   set gDispatched to 0
  4.   ButtonHit(2, label("MainMenu"))
  5.   ButtonHit(3, label("Exit") + 2)
  6. end
  7.  
  8. on exitFrame
  9.   go(the frame)
  10. end
  11.