Skip to content Skip to sidebar Skip to footer
Showing posts with the label Createjs

Exporting Createjs Lib Assets For Use With Require.js

I'm trying to use assets (vector, movieclips, etc.) exported from the Flash IDE for CreateJS bu… Read more Exporting Createjs Lib Assets For Use With Require.js

How To Acheive Ballistic Easing Effect In Tweenjs

Perhaps a simple one, I'm animating along a curved path and wanted to apply an easing profile t… Read more How To Acheive Ballistic Easing Effect In Tweenjs

I Get An Error In CreateJS: "createjs Is Not Defined"

I have a problem with creatJS I hope you can help. var stage = new createjs.Stage(canvas); I got … Read more I Get An Error In CreateJS: "createjs Is Not Defined"

CreateJS GetObjectsUnderPoint When Alpha = 0

I need to get all bitmaps under point in a container. The bitmaps alpha is set to 0 and this doesnt… Read more CreateJS GetObjectsUnderPoint When Alpha = 0