Skip to content

Commit 30b6cd8

Browse files
author
Lanny McNie
committed
Fixed description in the SpriteSheet example
1 parent dc841ae commit 30b6cd8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

examples/SpriteSheet.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@
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

0 commit comments

Comments
 (0)