home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM da Folhinha / cdrom-folhinha.ISO / hq.dir / 00644.ls < prev    next >
Encoding:
Text File  |  1997-04-07  |  731 b   |  24 lines

  1. on exitFrame
  2.   global linha, coluna, opcao, desenho, quav, quah, fundo, ozzy, conta, possivel, funds, fliphor, flipver, totbal, lisbal, possbal
  3.   set flipver to 0
  4.   set fliphor to 0
  5.   set opcao to 1
  6.   set possivel to 1
  7.   set quav to 236
  8.   set quah to 280
  9.   set the locH of sprite 5 to quav
  10.   set the locV of sprite 5 to quah
  11.   set linha to 1
  12.   set coluna to 1
  13.   set the castNum of sprite 3 to 4 * desenho
  14.   set the castNum of sprite 2 to 1 + desenho
  15.   set the castNum of sprite 4 to 28 + ((desenho - 1) * 78)
  16.   set the locH of sprite 2 to 95
  17.   set the locV of sprite 2 to 273
  18.   set the locH of sprite 3 to 412
  19.   set the locV of sprite 3 to 344
  20.   set the locH of sprite 4 to 97
  21.   set the locV of sprite 4 to 376
  22.   updateStage()
  23. end
  24.