home *** CD-ROM | disk | FTP | other *** search
/ Multimedia CD-ROM 1 / MM_PC.ISO / pc / mmdata / xrated.dxr / 00022.ls < prev    next >
Encoding:
Text File  |  1995-06-15  |  361 b   |  16 lines

  1. on mouseDown
  2.   global gInit, gcurloc, Varie, DopoNero, LCurOgg, OggettiLoc, Oggetti
  3.   set gInit to 1
  4.   repeat with n = 11 to 30
  5.     puppetSprite(n, 0)
  6.     set the visible of sprite n to 1
  7.   end repeat
  8.   if the frameLabel = "CASSA3" then
  9.     puppetSound("grazie")
  10.   end if
  11.   RestoreCursori()
  12.   setAt(Varie, 6, 0)
  13.   set DopoNero to gcurloc
  14.   go("MESCICASSA")
  15. end
  16.