For example, is it possible to do this:
[mySprite.parent removeChild:mySprite];
What I want to do is write a generic function for the object to figure out who its parent is and remove itself from the parent e.g. in the case of multiple sprite sheets.
Hence all I need is the object itself.