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

  1. global fotoIluminada, primerafoto
  2.  
  3. on mouseDown
  4.   puppetSound("Click")
  5.   updateStage()
  6.   cursor([cast "DEDO", cast "DEDOM"])
  7.   set elmember to the number of member "Ficha01" of castLib "Entregas" + fotoIluminada - 1
  8.   set the picture of member "Ficha" of castLib "Entregas" to the picture of member elmember
  9.   play frame "Ficha"
  10. end
  11.