Skip to content
Advertisement

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 to have a set of different image and click

Dragging multiple layers in JavaScript with KineticJS

I’m trying to synchronize dragging of multiple layers. Example here: http://jsfiddle.net/e8Z3a/ The problem is the sync is missing some events. After doing a series of short drags, the mustache layer stays behind, as if it was missing some events on the way. My observation leads to a guess, that fast dragging works. I mean if you grab the image without

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 and therefore I’m trying to switch over to this framework. I’m

Advertisement