home *** CD-ROM | disk | FTP | other *** search
/ PC Open 10 / pcopen10.iso / aaron / dida / sequenz.dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1997-09-24  |  381 b   |  17 lines

  1. on mouseDown
  2.   global altezza, larghezza, puzzle, lista, m, quadro, nsprite, msprite, vignetta, nlibro, SEDURA, chisono, tasto, parlata
  3.   set puzzle to 0
  4.   set parlata to 0
  5.   set chisono to 11
  6.   if soundBusy(1) then
  7.     sound stop 1
  8.   end if
  9.   set SEDURA to 2
  10.   if field 62 <> EMPTY then
  11.     finestra()
  12.   end if
  13.   if (chisono = 0) or (chisono < 11) then
  14.     esegui1()
  15.   end if
  16. end
  17.