moving labels randomly

  1. FERNANDO SILVEIRA

    Android Question Moving Labels based on touch event

    Hello Guys, I'm working to move labels on the screen based on touch event, but it seems touch it is only available at activity level. Is that true? I based my research on the ThreeActivityExample.b4a project. Sub Activity_Touch (Action As Int, X As Float, Y As Float) Private dX, dY As...
Top