Update ScratchSprite.as

This commit is contained in:
doyousketch2 2014-06-25 14:20:22 -04:00
parent 8acd3387de
commit 52aab9eb38

View file

@ -21,7 +21,7 @@
// John Maloney, April 2010
//
// A Scratch sprite object. State specific to sprites includes: position, direction,
// rotation style, size, draggability, and pen state.
// rotation style, size, drag-ability, and pen state.
package scratch {
import flash.display.*;
@ -56,7 +56,7 @@ public class ScratchSprite extends ScratchObj {
public var penColorCache:Number = 0xFF;
private var cachedBitmap:BitmapData; // current costume, rotated & scaled
private var cachedBounds:Rectangle; // bounds of non-tranparent cachedBitmap in stage coords
private var cachedBounds:Rectangle; // bounds of non-transparent cachedBitmap in stage coords
public var localMotionAmount:int = -2;
public var localMotionDirection:int = -2;