home *** CD-ROM | disk | FTP | other *** search
- on desactivaBotoExecutar
- global executar
- set executar to 0
- controlBotoExecutar()
- end
-
- on activaBotoExecutar
- global executar
- set executar to 1
- controlBotoExecutar()
- end
-
- on controlBotoExecutar
- global executar
- if executar = 1 then
- set the visible of sprite 23 to 1
- set the visible of sprite 24 to 1
- else
- set the visible of sprite 23 to 0
- set the visible of sprite 24 to 0
- end if
- end
-