Ticket: 12577
You do already support it internally with the sprite API. But if you open this feature up to users, they can write: extend the sprite API and do much more.
Allow the users to offset the UV for each object to allow to pan/scroll the content. And to rotate it. And scale. This can create lots of neat effects.
This combined with masking is good to use for making water effect, wispy smoke etc. Also allow masking to use a sprite sheet so they can be mixed.
IMPLEMENTATION:
object.imageScaleX = value
object.imageScaleY = value
object.imageRotation = value
object.imageOffsetX = value
object.imageOffsetY = value
[import]uid: 37802 topic_id: 22730 reply_id: 322730[/import]