home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2001 December (Bonus) / HAWKING.ISO / SHARED.DIR / 01220.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  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.