Hi!
Can i disabble touch event when an object is invisibble?
Thanx
Simply add a condition "Object is visible" to the touch event.
Another option is to disable layer interactivity, but this will affect all objects on that layer.
Develop games in your browser. Powerful, performant & highly capable.
Thanx dop2000, perfekt!