KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications.

learn more… | top users | synonyms

1
vote
1answer
112 views

Shoot 3 bullets on set times from each enemy

I'm trying to create a simple game with kineticJS on my canvas(Just some practice) and managed to get my player to shoot bullets. The same goes for the enemies that are spawned. They shoot a bullet ...
2
votes
1answer
68 views

KineticJS mouseover an image

I am trying to change the mouse pointer on mouseover an image, here is my script: var sc = new Kinetic.Layer(); var sCircle = new Image(); var ...
0
votes
1answer
195 views

CANVAS kineticjs dragging collisions

I am pretty new to both CANVAS and Kineticjs but I feel what I am attemping should be much easier then I am making it out to be. Basically this is what I have so far: The code I am attempting to use ...
1
vote
1answer
300 views

JQuery, Kinetic.js, and MSPointer events (how to addEventListener, or will on() work?)

I'm having a heck of a time troubleshooting a little canvas element for touch events on Win8 (specifically the Surface tablet). Apparently it works with the mouse or the stylus, but not with touch. I ...
1
vote
2answers
134 views

KineticJS mouseover circle - cursor style

I am using the following to change the style of the cursor when the mouse is over the circle: circle1.on('mouseover', function () { document.body.style.cursor = 'pointer'; ...
0
votes
1answer
46 views

KineticJS - Difference between setPoints and SetPosition

I am trying to set the position of a line using Line1.setPosition([0, 512 + newX, 1024, 512 + newX]); It does not work right, the line moves to a wrong position. However when I use: ...
0
votes
1answer
378 views

Draw shapes with mousemove, drag and drop and resize with kineticjs- KineticJS

I am working on a simple paint program with KineticJS. What I have to achieve is to draw a rectangle, line or circle with mouse movement and the drawn shapes can be dragged or resized by mouse. My ...
0
votes
1answer
87 views

KineticJS - How to transition 2 shapes at once?

Here is the code: http://jsfiddle.net/MTDpC/ function drawArrow(firstShape, lastShape){ var group = new Kinetic.Group(); group.previousShape = firstShape; group.nextShape = ...
1
vote
1answer
53 views

X and Y to certain destination how to animate

I'm using Javascript, Canvas and KineticJS to make a little practice script where i want to shoot some bullets to my mouse cursor. The only problem is that i can't really find a way to get the bullet ...
1
vote
3answers
88 views

How to copy and paste shapes in KineticJS

I have a button1 like this. var Button1 = new Kinetic.Polygon({ points: [0, 0, 0, 30, 15, 15], fill: 'rgb(0, 255, 0)' }); Now I want to copy it (duplicate it). How ...
0
votes
0answers
47 views

Proportion scaling AND stretching of image using anchor points

i have an image with 8 anchor points. Thanks to an example, i've managed to get those on the 4 corners to only scale the picture. But i am having difficulty in making the other 4 to stretch the image ...
0
votes
1answer
141 views

Uncaught TypeError: Object #<Object> has no method '_initText'

Error I am getting is (In the console): Uncaught TypeError: Object #<Object> has no method '_initText' kinetic.js:52 I am trying to add simple Text to my canvas (using Kinetic.Js) like ...
0
votes
3answers
358 views

Preload font HTML5, JS, Kinetic.js?

I have a custom font (*.ttf), that I am using to write text on the HTML canvas using Kinetic.js. Unfortunately, on the first loading of the page it is not using my custom font, when reloading the ...
0
votes
1answer
70 views

KineticJS - update drawFunc after an object on another stage has been moved

With the help of a fellow stackoverflow user, I am able to change the position of a two lines and a circle on the stage using the following: var circle2 = new Kinetic.Circle({ ...
0
votes
1answer
121 views

KineticJS draw Image inside a circle

I am trying to place an image inside a circle using: var gArrow2 = new Image(); gArrow2.src = '../../Content/images/green_s.png'; var circle2 = new Kinetic.Circle({ ...
0
votes
1answer
74 views

KineticJS creating a canvas

I am new to both JavaScript/Canvas and KineticJS. I know that it is possible to create a canvas and a stage like this - <div id="container"></div> <script ...
4
votes
1answer
85 views

How can I hover on a rectangle in javascript?

I created a rectangle on the screen and I want some buttons to appear on the rectangle when mouseover it. But I couldn't handle this work. My code is below. I couldn't understand that why ...
0
votes
1answer
100 views

JavaScript: drawing an array of images to the HTML5 canvas- array positions are reordered when removing them

I have the following JS function, which I'm using to detect when an image is dragged to a certain location on the HTML5 canvas: function isHit(mouseX, mouseY, obj){ console.log("isHit has been called ...
0
votes
1answer
208 views

KineticJS dynamically change the position of an object when other object is moved

I have a vertical and a horizontal lines and a circle on my stage, trying to keep the circle centered on the corssoing of the two lines when I move either line, here is my script that does not work: ...
0
votes
1answer
31 views

kinecticjs - how to change Sprite frameRate

i have a Kinetic.Sprite obj: //create troll obj: var trollImageObj = new Image(); trollImageObj.onload = function () { var troll = new Kinetic.Sprite({ x: 250, y: 40, ...
4
votes
1answer
307 views

Drawing perfectly circular arcs with HTML5 Canvas + KineticJS

I'm currently trying to draw arcs using the KineticJS canvas framework. The issue I'm having is that these arcs are not nearly as "perfectly" circular as required. They're being drawn out as follows: ...
0
votes
0answers
44 views

Event management using FSM

I started building JavaScript Application used to drawing building floor layout. I am using kinetic.js as my canvas library. I am wondering what approach should I follow to manage complex event ...
0
votes
1answer
41 views

kineticjs add text to shape

I want to add text inside of the shape, and then have the shape be draggable. Here is a fiddle showing the text, and the shape being draggable...but I have no idea how to add the text inside of the ...
0
votes
1answer
93 views

Proper way to crop image in KineticJS

I try to crop image with this way var crop = new Kinetic.Image({ image: img , x: 100, y: 100, width: 100, heigth: 100, crop : { x: 0, y: 0, width: 100, heigth: 100 } }); ...
0
votes
1answer
33 views

Animate style properties for group of shapes in KineticJS?

Is there a shortcut for animating the styles (stroke, fill) for a bunch of shapes at once, or do I need to just loop over the individual shapes and update them one at a time? I tried setting styles at ...
1
vote
1answer
158 views

Debugging Easeljs or kineticjs.js

Many javascript libraries, like easeljs or kinetic.js are available as source code minified built version When I make take a first look at them, I do not want minified versions, but debuggable ...
0
votes
1answer
220 views

KineticJS: Rotate line around point

I'm trying to rotate a line around a point using KineticJS. But the line always rotates around the origin. I already tried using a offset, but it didn't work either. The black point is normally ...
0
votes
1answer
91 views

KineticJS sharing one object between two groups

I am using KineticJS to draw a vertical line and a horizontal line and a circle in the middle. I have grouped the vertical line and circle, however I would like to move the circle with the ...
1
vote
1answer
133 views

Transform radial gradient in kinetic.js

I want to apply a transform to a radial gradient using Kinetic.js. I have, for example a 200x200 rectangle with a radial gradient from the center (white) to the sides. How can I scale only the ...
0
votes
1answer
45 views

KineticJS: is there any way of getting the height of a Sprite?

So KineticJS supports sprites, and I am using sprites in my current project. Is there any way I can get the height of a sprite object? Because you can get the height of every single object in ...
0
votes
1answer
82 views

Event binding gets removed after saving and reloading stage in KineticJS

Below is my code, am loading an image and binding onclick event to it. What i want is to save this stage and draw something else i.e next screen with back button, back button will load previous ...
0
votes
1answer
46 views

KineticJS: How do you position shapes in a group relative to a new origin?

I would like to be able to position shapes in a group relative to a new origin, and I would like to set that new origin to be the coordinates of the group's. Essentially creating something like a ...
0
votes
1answer
105 views

KineticJS drag an object on one stage result in moving an object on another stages

I have two stages on my page; I would like to move a line on the second stage when I drag a line of the first stage by the same values. Here is my script: <script ...
4
votes
2answers
238 views

Is it possible to combine kinetic.js and backbone.js?

I want to code an app that simply puts a rectangle on the screen. But I need to combine kinetic.js and backbone.js for this and i am not sure it can be done. Kinetic code is: ...
0
votes
2answers
155 views

KineticJS - dynamically create array of shapes and using events

I have managed to dynamically create an array of shapes, and they are nicely placed at different coordinates. However, when I try to assign an event within that loop, the result of click is always ...
0
votes
1answer
64 views

KineticJS, animating specific objects/node within a layer

I'm having trouble figuring out if what I want to do is possible and if so how to do it. I have a bunch of shapes sorted out into 3 groups. Of these 3 groups, 1 of them contains objects that have ...
0
votes
1answer
37 views

How to hide stroke after dropping in to container

I have a question regarding highlighting the image.When I click on image the stroke styles has to be visible and when i move the cursor apart of image then Stroke styles has to be invisible. I used ...
1
vote
1answer
131 views

Where should parts of a custom AngularJS directive be kept?

I'm trying to create a custom Angular directive that uses KineticJS to draw on a canvas based off values in the scope. I intend to create a service that will then update the scope based off a $http ...
0
votes
1answer
45 views

Load .eps images to canvas with kineticjs

Does anyone know if you can load eps images to a canvas with kineticjs? I want to set an image as a background with zooming ability, but non-vector images do not work well. Thanks
0
votes
0answers
84 views

How to make stage compatible with multiple screen sizes Kineticjs

In java I would have set screen size to lets say 320x480, do all I have to do with static pixel size and than if needed stretch it to fit screen. That made my work a peace of cake. But with Kineticjs ...
0
votes
1answer
65 views

Canvas Images does not Persist while using KineticJS?

I am using Kinetic JS to build a small game in which the cars run on the track. I have used an Image for the Grass but trying to build the road all by myself. My problem is that whenever I run the ...
0
votes
1answer
55 views

JavaScript- getting the properties of an object, by clicking an image stored in an array within the object, on the HTML5 canvas

I have the following JS object: var sources = { assets: [], liabilities: [], income: [], expenditure: [] } as you can see, this object contains a number of JS ...
0
votes
1answer
90 views

Resizing topLeft corner screws up my X and Y position

I'm using a resize with KineticJS that i've found and finetuned it to fit my needs(http://www.html5canvastutorials.com/labs/html5-canvas-drag-and-drop-resize-and-invert-images/) One of those needs is ...
-1
votes
2answers
111 views

How can I keep my canvas fast when creating a large map?

I'm trying to create a game with HTML5 and a canvas. At the moment I am using the KineticJS library. The things I have working so far are zooming in and out, dragging from a layer within the stage, ...
3
votes
0answers
158 views

How to implement Minimap of KineticJS Layer?

I am currently working on an application which displays kind of amap. You can do several actions on the map. The map can get really big so the user needs a smaller map (Minimap) to keep track of the ...
1
vote
3answers
67 views

KineticJS: Shadow without shape?

In KinectJS, how do you create a shadow (i.e., translucent shape with blurred edges) without drawing the shape that "casts" it? At first I thought that one could just let the shape cast a shadow but ...
0
votes
1answer
87 views

Correct way to fill shape with image cropped from sprite

I am slightly confused about the "correct" way in KineticJS to fill a shape with partial images (crops) from a combined image file (sprite). Seems like one can either use fillPatternImage with a ...
0
votes
1answer
23 views

Bizarre mousout on layering issue

I've come across a layering problem and I can't figure out where the bug is. I first onload an image to a specific imagelayer which is the same size as my stage. I next create a circle into a separate ...
0
votes
1answer
96 views

Drawing dot on scaled diagram using kinetic.js

See jsfiddle example here I am trying to zoom in on a diagram and pan around it and then drop a pin in a specific place on the diagram but I am not sure how the kinetic scaling works. This is a ...
0
votes
1answer
52 views

KineticJS setting stroke programatically

I have some text, that has a class in the form of "link variabletext" (where variabletext is unique to each link). I'm trying to set this up so that when I mouseover the text, the corresponding object ...

1 3 4 5 6 7 17