home *** CD-ROM | disk | FTP | other *** search
/ PCMania 14 / Pcmania_Ep2_14_CD-ART_Futura_2000.iso / Datos / Anim.dir / 00042.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  173 b   |  10 lines

  1. on mouseDown me
  2.   global dato
  3.   puppetSound("bip")
  4.   spr = me.spriteNum
  5.   set the locV of sprite 66 to the locV of sprite spr
  6.   updateStage()
  7.   dato = "birds"
  8.   setup()
  9. end
  10.