is it possible to change an image sheet once you have already declared a different sheet?
for example
enemy = display.newSprite( Troll_Sheet, Troll_Sequence_Data )
If I decided that I want the troll to change while it is already active on the screen how would I execute the change to…
enemy = display.newSprite( Skeleton_Sheet, Skeleton_Sequence_Data )
See the “Multiple Image Sheets” example below for how to assign sequences from different sheets to a single sprite: