EaselJS Bitmaps not showing
问题 I'm having an issue where bitmaps seem to be loading after they are created and added to the stage. You can see all this code working right here. You can look at the console log for the log statements I'm getting (also shown below). I create the bitmaps in a function here (I know this code is working properly -- you don't have to read this but note how game.update is set to true at the end). for (i = -r; i <= r; i++){ var min = Math.max(-r, -r - i); var max = Math.min(r, r - i); for (j = min;