Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm having a bit of trouble playing around with KineticJS.

As you can see from my fiddle, I am able to access the Shape object (box) inside of my drop event, to get the x,y coordinates, and I'm performing math on them to get the new coordinates I want to 'snap' the shape to, but I can't figure out how on earth to set the position and redraw the box.

The docs are sparse, at best:

http://www.kineticjs.com/api-docs.php (See Shape.setPosition( x, y))

Has anyone here messed with this library yet?

EDIT: My now working fiddle: http://jsfiddle.net/Programmer/m4MZk/

share|improve this question

1 Answer

up vote 4 down vote accepted

check out the "Animals on the Beach" lab which is an example of snapping shape objects into place based on their coordinates:

http://www.html5canvastutorials.com/labs/html5-canvas-animals-on-the-beach-game-with-kineticjs/

share|improve this answer
Thanks! I actually figured it out yesterday, and have updated my fiddle, but I really like the doc you posted, I hadn't seen it, and, what you posted would have helped me, so I'll accept your answer. – Josh Jan 20 '12 at 14:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.