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

  1. on mouseDown
  2.   global listaNav, inicio, leconomia, contaNav, fondo, irgraficos
  3.   pulsaboton()
  4.   set contaNav to 0
  5.   set lmember to [231, 234]
  6.   set the memberNum of sprite 32 to 235
  7.   updateStage()
  8.   repeat while the mouseDown
  9.     nothing()
  10.   end repeat
  11.   set inicio to 1
  12.   set fondo to "feconomia"
  13.   set listaNav to leconomia
  14.   set irgraficos to 1
  15. end
  16.