/**
* Stops and Closes the movieclip with an animation.
*/
public void close(){
float width = this.getWidthXY(TransformSpace.RELATIVE_TO_PARENT);
Animation closeAnim = new Animation("Window Fade", new MultiPurposeInterpolator(width, 1, 350, 0.2f, 0.5f, 1), this);
closeAnim.addAnimationListener(new IAnimationListener(){
public void processAnimationEvent(AnimationEvent ae) {
// float delta = ae.getAnimation().getInterpolator().getCurrentStepDelta();
switch (ae.getId()) {
case AnimationEvent.ANIMATION_STARTED: