home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / SShow_32.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  258 b   |  11 lines

  1. on mouseDown
  2.   global gDirection0IsBack1IsFwd, gAutoMode
  3.   set the visible of sprite (the clickOn + 8) to 1
  4.   updateStage()
  5.   repeat while the timer < 12
  6.   end repeat
  7.   set the visible of sprite (the clickOn + 8) to 0
  8.   set gAutoMode to 0
  9.   slideShow(0)
  10. end
  11.