File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1111< header class ="EaselJS ">
1212 < h1 > Sprite Sheets</ h1 >
1313
14- < p > An example of a sprite sheet using < strong > Sprite</ strong > . This demos
15- also shows playing named
16- animations (jump and run), and animation chaining using < strong > getAnimation("name").next</ strong > .
17- Click the stage to initialize a jump, which will continue back into the
18- run when it is complete.</ p >
19-
20- < p > Some browsers can not load images or access pixel data when running local
21- files, and may throw a security
14+ < p > An example of the < code > SpriteSheetLoader</ code > , which automatically parses loaded JSON, and will internally preload
15+ associated images and instantiate a < code > SpriteSheet</ code > instance before the < code > complete</ code > event is fired.</ p >
16+ < p > Some browsers can not load images or access pixel data when running local files, and may throw a security
2217 error or not work unless the content is running on a server.</ p >
2318</ header >
2419
You can’t perform that action at this time.
0 commit comments