home *** CD-ROM | disk | FTP | other *** search
/ MACup 1998 February / Image.iso / showdata / SHARED / GALERIE2.Dxr / Internal_50.ls < prev    next >
Encoding:
Text File  |  1997-07-31  |  160 b   |  11 lines

  1. on mouseUp
  2.   global dirpath
  3.   repeat with i = 1 to 48
  4.     puppetSprite(i, 0)
  5.   end repeat
  6.   sound stop 2
  7.   cursor(4)
  8.   go(1, dirpath & "main")
  9.   cursor(-1)
  10. end
  11.