AS2 Function to Tween Left out of screen and to Tween right...

Discussion in 'Programming' started by fdoze, Jan 19, 2010.

  1. #1
    Hi,

    I'm creating a image gallery and I have this code when I click on image

    
    imageBox[curCell._name]._visible = false;
     
     imageBox[mc._name].fadeIn();
    
    HTML:
    What I want to setup is imageBox[curCell._name] to move out to left while fading out.

    And imageBox[mc._name] moving right of the screen to center while fading in...


    Could anyone help me to get a tween function to left and a tween function to center from right?

    This is Flash Action Script 2 file.

    Thanks.
     
    fdoze, Jan 19, 2010 IP