
March 9th, 2013, 06:08 PM
|
|
Registered User
|
|
Join Date: Feb 2013
Posts: 5
Time spent in forums: 29 m 37 sec
Reputation Power: 0
|
|
|
Draggable Canvas
I'm trying to create a dragable canvas using JavaScript and HTML.
I'm quite familiar with HTML but still learning the JavaScript and Canvas thing.
My guess for the HTML javascript is (which isn't working right)
Code:
<script src="example.js" class="drag-image" id="draggable"/></script>
Where example.js is the code for a simple Hello World canvas that I want to display on the webpage and then drag around.
Any tips would be appreciated.
|