home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / show / t_intro.dxr / 00155.ls < prev    next >
Encoding:
Text File  |  1996-11-25  |  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.