InteractionManager Class
The interaction manager deals with mouse and touch events. At this moment only Sprite's can be interactive. This manager also supports multitouch.
Constructor
Methods
disableMouseOver
()
This method will disable rollover/rollout for ALL interactive items You may wish to use this an optimization if your app does not require rollover/rollout funcitonality
enableMouseOver
()
This method will enable rollover/rollout for ALL interactive items It is enabled by default
Properties
touchs
Object
an object that stores current touches (InteractionData) by id reference