The API ref. says that AtlasSprite is MUCH faster than a regular Sprite. In what sense? Traditionally, I've only used AtlasSprites for sprites that have some sort of internal animation going on. But for other items that are going to simply move around the screen, I've always used Sprites.
Is there an idea time to use AtlasSprite vs. Sprite, and vice-versa?