Arima there's people who speak spanish and english around too. Some of us can actually answer.
isasaurio
Saludos.
lo que puedes hacer es que le puedes poner una variable al botón de "activo"=1 y la seteas a 0 cuando lo tengas inactivo
de esa manera puedes crear una lógica que diga algo similar a :
condición acción
cuando toque Botón1 | crear objeto bla!....
activo= 1 | setear activo = 0
sistema: esto ocurre una sola vez
__________________________________________________________________
cuando toque Botón1 |
activo= 0 | nada--por que esta desactivado?
sistema: esto ocurre una sola vez
espero que te sirva esta opción al menos de guía para lo que quieres lograr y que se entienda el diagramita.
[for the benefit of everyone else - english version]
Greetings.
what you can do is, you can add a variable to your button "active"=1 and you can set it to 0 when you want it inactive.
this way you can create a set of logic events that say something similar to:
condition -- action
on touch button 1 | create object blah!
active=1 | set active = 0
system: Trigger once|
___________________________________________
on touch button 1 |
active=0 | do nothing because its inactive?
system: Trigger once|
I hope this method helps at least to point you in the right direction of what you want to accomplish and that the diagram is clear enough.