I am moving an image with this code:
Does anyone know how I can track the X and Y position of the image as it does it's animation?
Thanks
B4X:
iv1.Initialize("iv1")
iv1.SetImage(im)
MainForm.RootPane.AddNode(iv1,X_Pos,0,230,230)
iv1.SetLayoutAnimated(Image_Speed,X_Pos,1670.0,230,230)
Does anyone know how I can track the X and Y position of the image as it does it's animation?
Thanks