Update ScratchSprite.as

This commit is contained in:
doyousketch2 2014-06-25 17:34:43 -04:00
parent 6bdb60cff6
commit 8ae68c0928

View file

@ -21,7 +21,7 @@
// John Maloney, April 2010
//
// A Scratch sprite object. State specific to sprites includes: position, direction,
// rotation style, size, drag-ability, and pen state.
// rotation style, size, draggability, and pen state.
package scratch {
import flash.display.*;