How to move objects | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to move objects

I want a object like ball to move on screen so for this what program I have to make

29th Dec 2016, 5:30 AM
abhijeet chatterjee
abhijeet chatterjee - avatar
1 Answer
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.
7th Jan 2017, 6:32 AM
Rain Tawia
Rain Tawia - avatar