home *** CD-ROM | disk | FTP | other *** search
/ PC Format (Spanish) 11 / PCF11.iso / 12meses / temas.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1997-06-30  |  346 b   |  15 lines

  1. on mouseDown
  2.   global listaNav, inicio, ltoros, contaNav, fondo
  3.   pulsaboton()
  4.   set fondo to "fcultura"
  5.   set contaNav to 0
  6.   set lmember to [140, 143, 146, 149]
  7.   set the memberNum of sprite 34 to getAt(lmember, 34 - 30) + 1
  8.   updateStage()
  9.   repeat while the mouseDown
  10.     nothing()
  11.   end repeat
  12.   set inicio to 1
  13.   set listaNav to ltoros
  14. end
  15.