Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sprite Sheet

Divide A 2d Array Into Multiple Arrays Using A Separator

I have converted a JavaScript spritesheet to a 2D integer array, and now I'm trying to split a … Read more Divide A 2d Array Into Multiple Arrays Using A Separator

Cache Spritesheets In Easeljs

How can I cache SpriteSheets in EaselJS? I have a Sprite object and when I use user.hero.cache(0, 0… Read more Cache Spritesheets In Easeljs