actually i use a "touch" function for my programs, and I would want to deactivate the first touch function and activate a second with a click in a precise zone, then deactivate the second and reactivate the first function with a click in another zone.
for the click it isn't a problem, but i don't know to activate and deactivate a function in the current program.
for close my program, i use this
event.ignore("touch",onTouch)
and it work normally, but in the middle of the program, this code doesn't work.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
hello,
actually i use a "touch" function for my programs, and I would want to deactivate the first touch function and activate a second with a click in a precise zone, then deactivate the second and reactivate the first function with a click in another zone.
for the click it isn't a problem, but i don't know to activate and deactivate a function in the current program.
for close my program, i use this
and it work normally, but in the middle of the program, this code doesn't work.
can you help me ?
Link to post
Share on other sites