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