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

  1. on mouseDown
  2.   global listaNav, inicio, Lregional, contaNav, fondo
  3.   pulsaboton()
  4.   set contaNav to 0
  5.   set lmember to [117, 120, 123, 126]
  6.   set the memberNum of sprite 33 to getAt(lmember, 33 - 30) + 1
  7.   updateStage()
  8.   repeat while the mouseDown
  9.     nothing()
  10.   end repeat
  11.   set inicio to 1
  12.   set fondo to "Fpolitica"
  13.   set listaNav to Lregional
  14. end
  15.