home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1998 May / CineCDW_02.iso / Datos / Datos.dat / Internal_24_FichaLoop.ls < prev    next >
Encoding:
Text File  |  1998-04-13  |  114 b   |  11 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseDown
  6.   puppetSound("Click")
  7.   updateStage()
  8.   cursor(0)
  9.   play done
  10. end
  11.