HI, I am looking for away to check if any of two buttons is clicked or touched,
for example, I want to add action if button 1 or button 2 is clicked or touched.
thanks in advance
use global variable isTouched = 0
isTouched ACTION System set isTouched = 1
Set text txtText " Button touched or clicked "
you can just use the OR function..?
Develop games in your browser. Powerful, performant & highly capable.
yes if you code in properly also Boolean