home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 B / MM_TREND.ISO / prog / t_online / shared.dir / 00515.ls < prev    next >
Encoding:
Text File  |  1996-09-18  |  279 b   |  10 lines

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