home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / w95demo.exe / A95DEMO.DXR / 00114.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  181 b   |  11 lines

  1. on mouseDown
  2.   global gAutoMode
  3.   hiliteButton()
  4.   pushLastScreen()
  5.   clearMenuButtons()
  6.   if gAutoMode = 1 then
  7.     set the timeoutScript to EMPTY
  8.   end if
  9.   go("introDialog")
  10. end
  11.