home *** CD-ROM | disk | FTP | other *** search
/ <GEEK> 3 / GEEK3.ISO / swegame.dxr / Internal_7_Blåclick.ls < prev    next >
Encoding:
Text File  |  1997-09-12  |  162 b   |  11 lines

  1. on mouseDown
  2.   puppetSound(1, "Click")
  3.   go("Bl├Ñclick")
  4.   repeat while the stillDown
  5.   end repeat
  6.   go(the frame - 1)
  7.   updateStage()
  8.   go("gul")
  9.   teller()
  10. end
  11.