Skip to content

Tag: kineticjs

More than one draggable image events in Kinect

I’m creating a script with draggable images which change src when double clicked as : Draggable image event in Kinect Earlier question was answered and works great though if I add another object which will also change src when double-clicked then nothing works. What could be the problem? Answer You have…

Kinetic layer on top of Openlayers

I developed a canvas visualization of OpenStreetMaps by means of miscellaneous scripts and rendering algorithms from the internet. On top of this I have a Kinetic Stage which draws custom objects which cannot be drawn by the functionality of Openlayers. Openlayers provides many functions which I want to use a…