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

  1. on mouseDown
  2.   global gAutoMode
  3.   hiliteButton()
  4.   pushLastScreen()
  5.   sound stop 1
  6.   clearMenuButtons()
  7.   if gAutoMode = 1 then
  8.     set the timeoutScript to EMPTY
  9.     doIntroAnimation()
  10.   else
  11.     go("p3")
  12.   end if
  13. end
  14.