home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 September / macformat-028.iso / mac / Demos / UNZIP-DEMO / ZIPFILES / cp00 / 00123.ls < prev    next >
Encoding:
Text File  |  1995-05-24  |  130 b   |  9 lines

  1. on mouseUp
  2.   sound stop 1
  3.   sound playFile 1, "butsnd"
  4.   startTimer()
  5.   repeat while the timer < 15
  6.   end repeat
  7.   go("demo")
  8. end
  9.