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

  1. on mouseDown
  2.   global BotonMenu, BotonTrailer
  3.   pulsar(BotonTrailer)
  4.   puppetSound("Click")
  5.   updateStage()
  6.   set the cursor of sprite 3 to 0
  7.   pausa(15)
  8.   repeat while soundBusy(1)
  9.     nothing()
  10.   end repeat
  11.   go(the frame + 1)
  12. end
  13.