prototyping back buffer hit detection algo

This commit is contained in:
Eric Rowell
2012-08-10 22:33:22 -07:00
parent 8c147ee2b5
commit 0f1a424840
10 changed files with 319 additions and 347 deletions

View File

@@ -1,5 +1,5 @@
Test.prototype.tests = {
'EVENTS - mousedown mouseup mouseover mouseout mousemove click dblclick / touchstart touchend touchmove tap dbltap': function(containerId) {
'*EVENTS - mousedown mouseup mouseover mouseout mousemove click dblclick / touchstart touchend touchmove tap dbltap': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,
@@ -67,6 +67,8 @@ Test.prototype.tests = {
layer.add(circle);
stage.add(layer);
//document.body.appendChild(stage.pathCanvas.element)
},
'TRANSITION - transition position and rotation': function(containerId) {
var stage = new Kinetic.Stage({
@@ -783,7 +785,7 @@ Test.prototype.tests = {
})
});
},
'*DRAG AND DROP - two draggable shapes': function(containerId) {
'DRAG AND DROP - two draggable shapes': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,