Hello, iam new in thunkable and trying to migrate to drag and drop feature.
Iam used to app inventor where we can get the pointer position while dragging on top of the canvas. I could not find an option while dragging event as the replacement in thunkable. Iam trying to make Pong games where the paddle following my finger for as long as my finger still touching the phone.
Here is what’ve tried.
- Turn on draggable feature but the problem the paddle move everywhere, i want to stay at the bottom screen
- Use when canvas pointer down or paddle sprite is clicked, it does not support drag feature so i have to keep clicking the screen
- Combine the no.2 and repeat or forever + move paddle sprite to following active pointer x.
no 3 is working as what i expected but i need a block to stop the movement when i stop touching the phone.