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

  1. on mouseDown
  2.   global infoline
  3.   set infoline to infoline + 1
  4.   if infoline > 1 then
  5.     set infoline to 0
  6.   end if
  7.   puppetSound("click")
  8.   if infoline = 1 then
  9.     set the blend of sprite 48 to 100
  10.   end if
  11.   if infoline = 0 then
  12.     set the blend of sprite 48 to 0
  13.   end if
  14. end
  15.