What's new
HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

HTML Canvas

steveb

New member
I am intending to have twelve images (actual images - not drawings) placed on a canvas, then enable a user to move the images around the screen. I have the canvas.

Code:
 <canvas id="myCanvas" class="margin-default box">Canvas is not supported in your browser.</canvas>

The images are on the page, below where the canvas is to be. How do I add images, move them, and once three images are correctly connected the three images are replaced with one images. For example, image1, image2, and image3 will be replaced with newimage,

Any help will be appreciated.
 
Back
Top