home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / PC16.DIR / 00029.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  148 b   |  9 lines

  1. on mouseDown
  2.   global section
  3.   if the frameLabel <> "muted" then
  4.     sound fadeOut 1, 60
  5.   end if
  6.   set section to "sect1"
  7.   go(the frame + 1)
  8. end
  9.