FLASH CS3 help 1k one.....!

urbanlogo

Active member
  • Feb 2, 2007
    1,351
    22
    38
    5 වෙනි මණ්ඩලයේ
    Hi guyz...

    I'm havin a lil situation...here's the scenario....i have a flash movie (i'll call it the main movie..) that has some buttons in it...wat i need to do is when i press a button a movie clip that is in the LIBRARY should load into the stage (into the main movie). i can load a external movie clip..but how can i call a movie clip that is inside the library...i think the situation is clear....please machanz.can any1 giv me a hlp....:) :)
     

    formano

    Member
    Jun 2, 2008
    230
    7
    0
    Kegalle
    ry eke thiyena movie clip eka right click karala linkage dipan.
    then give this code to the button.
    on(press){
    _root."MOVIECLIPNAME".gotoandPlay(Frame number of the clip);
    }

    try it. hope it will work.