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

  1. on exitFrame
  2.   global aparece, teclado
  3.   set rr to 0
  4.   if (the mouseV < 33) and (aparece = 1) then
  5.     set teclado to 0
  6.   end if
  7.   if (the mouseV < 73) or (teclado = 53) then
  8.     set the locV of sprite 48 to 37
  9.     set the locH of sprite 48 to 320
  10.     updateStage()
  11.     set aparece to 1
  12.     set rr to 2
  13.   end if
  14.   if rr = 0 then
  15.     set teclado to 0
  16.     set aparece to 0
  17.     set the locV of sprite 48 to -30
  18.     set the locH of sprite 48 to -324
  19.   end if
  20.   go(the frame)
  21. end
  22.