I want to display several seperate objects on the screen at one time. I want to be able to move each object seperately. Can this be done with activity_touch or is there a better way?
I have 2 bitmaps on a canvas. (looks like balls) I can move 1 object using activity_touch using x and y co-ordinates. I would like to be able to touch/move each independantly. Is that possible via b4a?
There are several ways to do it. The simplest one is to draw the bitmaps on two Panels and then handle the panels touch event to move the panels. You can use the same subs to handle both panels.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.