objects
I really want to start making games, but i dont know how to create objects and what coding language to use, how to make size, texture, and optionally how to make move Edit: I figured it out: 1. Use div objects and access them with a variable (document.getelementbyid(I’d)), and then do: variable.cssyouwannachange=whatitshouldbe 2. Access a canvas using the Id variable method, then do: var myvariablecanvasvariable.getContext(“2d”) Then do ctx.moveto(x, y) or ctx.fillrect(x, y, w, h)
9/25/2017 8:07:26 PM
Golem
3 Answers
New Answerwell I wonder the same... just Google it! (actually I should do that) edit: or you can use a canvas! a canvas can render pictures and you can change it's position easily you can look at an online course to acomplish that!