home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / t_online / t_plus.dir / 00044.ls < prev    next >
Encoding:
Text File  |  1996-09-16  |  296 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the castNum of sprite 24 to the number of cast "tzur┼╕ck" + 2
  4.   updateStage()
  5.   set the castNum of sprite 24 to the number of cast "tzur┼╕ck"
  6.   updateStage()
  7.   puppetSound(0)
  8.   set the locH of sprite 25 to the locH of sprite 25 - 600
  9.   go(#previous)
  10. end
  11.