816817818819820821822823824825826
} } public void ShowFrame(Attributes attributes) { currentHandler().showFrame(new ShowFrame()); if (sprite != null) { sprite.framecount++; }
829830831832833834835836837838839