I have an actor. I add an event and everything works fine.
But if I add a rotating action then the event no longer works.
Any idea?
Thank you.
But if I add a rotating action then the event no longer works.
B4X:
Sub actorWire_TouchDown(Event As lgScn2DInputEvent, X As Float, Y As Float, Pointer As Int)
log("touched")
actorWire.addAction(actions.RotateTo2(90,1))
End Sub
Any idea?
Thank you.