If I am using Animation.InitializeTranslate and Animation.Start(MyView) to move MyView around on the screen, how can I have a click event for MyView that will get executed when MyView is moving (being animated)?
None of the Click or Touch events will execute for the view when the view is being animated. The Activity_Touch is activated but how do I determine which view was at that X,Y location at the time the touch event was executed?
Without being able to trap an event when a view is being animated (moved), it will have severe limitations on using B4A for game playing. :sign0085:
Does the Gestures library solve this problem?
TIA
Widget