Hi,
I've used DraggableView class with success (https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/) with a few bonuses added in to what I'm looking for.
I'm currently struggling, or maybe being a bit to ambitious into trying the impossible and perhaps need to look at alternative methods?
A quick overview:
I create >=3 images that can be freely dragged across the screen and dropped on to 1 of 3 possible static images. Dragging ok via classes with z-order and so on with releasing.
How is the best way to get this to reference any other ImageView or Panel outside the class to reference? Mainly for collisions and altering the objects it's interacting with appearance.
It's easy enough to reference variables outside the class via process_globals but not ImageViews or Panels.
Any suggestions?
I've used DraggableView class with success (https://www.b4x.com/android/forum/threads/classes-are-soon-coming.18395/) with a few bonuses added in to what I'm looking for.
I'm currently struggling, or maybe being a bit to ambitious into trying the impossible and perhaps need to look at alternative methods?
A quick overview:
I create >=3 images that can be freely dragged across the screen and dropped on to 1 of 3 possible static images. Dragging ok via classes with z-order and so on with releasing.
How is the best way to get this to reference any other ImageView or Panel outside the class to reference? Mainly for collisions and altering the objects it's interacting with appearance.
It's easy enough to reference variables outside the class via process_globals but not ImageViews or Panels.
Any suggestions?