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

  1. on mouseDown
  2.   global tasto, vignetta, play, INIZIO, chisono, puzzle
  3.   if soundBusy(1) then
  4.     sound stop 1
  5.   end if
  6.   nascondi()
  7.   set tasto to 5
  8.   pigia()
  9.   puppetSprite(8, 1)
  10.   puppetSprite(9, 1)
  11.   set the memberNum of sprite 9 to 34
  12.   set the memberNum of sprite 8 to 13
  13.   updateStage()
  14.   set vignetta to 0
  15.   set chisono to 1
  16.   set puzzle to 1
  17. end
  18.