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

  1. on mouseDown
  2.   global Lmotsoci, inicio, listaNav, contaNav, fondo
  3.   pulsaboton()
  4.   set fondo to "fsociedad"
  5.   set contaNav to 0
  6.   set lmember to [205, 208, 211, 214]
  7.   set the memberNum of sprite 31 to getAt(lmember, 31 - 30) + 1
  8.   updateStage()
  9.   repeat while the mouseDown
  10.     nothing()
  11.   end repeat
  12.   set listaNav to Lmotsoci
  13.   set inicio to 1
  14. end
  15.