snapY : number When a Sprite has snapping enabled this holds the height of the snap grid.
pointerDown(pointerId) → {boolean} If the Pointer is down this returns
useHandCursor : boolean On a desktop browser you can set the 'hand' cursor to appear when moving over the Sprite.
isPixelPerfect() → {boolean} Is this object using pixel perfect checking? Returns
checkPointerDown(pointer, fastTest) → {boolean} Checks if the given
pointerOver(pointerId) → {boolean} Is the Pointer over this Sprite
snapOnDrag : boolean When the Sprite is dragged this controls if the center of the Sprite will snap to the pointer on drag or not
draggable : boolean Is this sprite allowed to be dragged by the mouse? true = yes, false = no
allowHorizontalDrag : boolean Controls if the Sprite is allowed to be dragged horizontally.
disableSnap() Stops the sprite from snapping to a grid during drag or release. Source
Page 1 of 7