Hey Guys i am creating a global ImageSheet and then use it for every instance of a class like this :
newJumper.manDisplay = display.newSprite( sheet, seqData )
so now if any Instance of the class changes the sequence of the sheet it works i mean every instance has his own sheet. Buy why ? i think it is just a reference and every instance just access it ?