Question
about tweening????
if this is my code:
stop();
button1.addEventListener(MouseEvent.CLICK, button1_clicked);
function button1_clicked(e:MouseEvent):void{
gotoAndStop("page1");
}
If button 1 is pressed, i want that there is a tweening transition from where page its button located going to page1... pls help me