home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global aparece, teclado
- set rr to 0
- if (the mouseV < 33) and (aparece = 1) then
- set teclado to 0
- end if
- if (the mouseV < 73) or (teclado = 53) then
- set the locV of sprite 48 to 37
- set the locH of sprite 48 to 320
- updateStage()
- set aparece to 1
- set rr to 2
- end if
- if rr = 0 then
- set teclado to 0
- set aparece to 0
- set the locV of sprite 48 to -30
- set the locH of sprite 48 to -324
- end if
- go(the frame)
- end
-