}
public void Package(Attributes attributes) throws SAXParseException
{
text = new StringBuilder();
DefineSprite pkg = new DefineSprite();
DoInitAction initAction = new DoInitAction(pkg);
// get id for this package
int id = parseInt(getAttribute(attributes, "id"));
createCharacter(id, pkg);
currentHandler().defineSprite(pkg);