Movieclip leaving the stage with a nice transition

Hi

What AS should I use to make an object wich is a movie clip appear into the stage?
I have this action:

on(release){
something._x = -1000;
something._y = -1000;
}

But using it the object just appear, from nothing and I want it to appear from a initial position… :bounce:

Jefferson