im trying to move tower with only when touching
but in my case , tower move when touch is overlap to tower
how to solve it
showing video touch is not overlaping full tower object
streamable.com/a6htg9
thanx for reading this post
Develop games in your browser. Powerful, performant & highly capable.
It's difficult to understand what's going on in your screenshot. In the second event you need to pick the tower instance which is being dragged. Also don't use "Trigger once" like that!
Here is a simple version which works with mouse and touch:
dropbox.com/scl/fi/kh30pucvsn4bnx02qzcyt/dragTowers.c3p
i got it ans bro
just i need to swipe touhching variable
touching = false
no touching = true
thanx bro
keep growing
If you have more than one tower, your code will not work.