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

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"

Drag Shape Without Fill

I am trying to create an EaselJS app that lets me drag unfilled circles around the canvas - so inst… Read more Drag Shape Without Fill

How To Include Createjs Library Into Reactjs Project

Hi I am creating an app on reactjs, which is canvas based, It require Createjs library, I am new fo… Read more How To Include Createjs Library Into Reactjs Project

How To Remove Bitmap Image On Click From Canvas

I am using createjs as my framework. I've placed a Bitmap on the canvas and I created a functio… Read more How To Remove Bitmap Image On Click From Canvas

Easeljs Sprite On("click) Returns Cors Error

First off, I am working on a local EaselJS/CreateJS project, only to test some sprite and mouse int… Read more Easeljs Sprite On("click) Returns Cors Error