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

  1. global mueveslide2
  2.  
  3. on mouseDown
  4.   set mueveslide2 to 1
  5.   puppetSprite(11, 1)
  6.   set the castNum of sprite 11 to member "Slide2b" of castLib "Graficos"
  7.   updateStage()
  8. end
  9.  
  10. on mouseUp
  11.   set mueveslide2 to 0
  12.   cursor(0)
  13.   puppetSprite(11, 1)
  14.   set the castNum of sprite 11 to member "Slide2a" of castLib "Graficos"
  15.   updateStage()
  16. end
  17.