home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 11 D / MM_TREND.ISO / prog / isdn / shared.dir / 00362.ls < prev    next >
Encoding:
Text File  |  1996-09-17  |  201 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 749
  6.     set the blend of sprite 48 to 0
  7.   end if
  8.   set infoline to 0
  9.   updateStage()
  10. end
  11.