+ 2
How to move objects
I want a object like ball to move on screen so for this what program I have to make
1 ответ
0
You could create buttons in html e.g: <button></button> and move the object using up, down, left... or use ontouch to drag the object. Note this are methods.