For instance, in a match-3 colors game would you rather create the colors as 3 different sprites, or 3 frames in the same sprite?
Right now I'd rather use frames because family behaviours are still not finished, but since they probably will by the next release or two it doesn't really matter.
So which method do you think would be the best? Not only performance wise which might be negligible, but also for simplicity and/or fexibility of the events.