home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / shared.dir / 01220.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  180 b   |  12 lines

  1. on mouseDown
  2.   puppetTransition(0)
  3.   sound stop 1
  4.   ClearPuppets()
  5.   puppetSprite(45, 0)
  6.   if the movie = "10.dir" then
  7.     go("10loop")
  8.   else
  9.     go("10loop", "10")
  10.   end if
  11. end
  12.