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

  1. on mouseDown
  2.   global infoline
  3.   if infoline = 1 then
  4.     puppetSound("click")
  5.     set the locH of sprite 48 to the locH of sprite 48 + 600
  6.     set the blend of sprite 48 to 0
  7.     updateStage()
  8.   end if
  9.   set infoline to 0
  10. end
  11.