todo 421 B

12345678910
  1. Need to work out how to implement drag and drop for individual objects.
  2. This seems to be a good starting point.
  3. https://stackoverflow.com/questions/24926028/drag-and-drop-multiple-objects-in-html5-canvas
  4. Need to find a way of assigning a handler to individual objects ideally.
  5. But using the way above may work..
  6. It will just mean that the port of the original AS3 code from this chapter will be a little more awkward.