A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Control inside of a loaded clip

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    2

    Control inside of a loaded clip

    Hi friends;
    I have a clip that loaded in my main movie, my loaded clip has 4 frame that I want control that from main movie.
    I mean that I want gotoAndStop(2) or 3, 4 or 1 but I want do this from Main movie but I cant do this. Please help me. Its important to me to do that.
    Last edited by Mahdad999; 09-19-2007 at 07:51 AM. Reason: change tread subscription

  2. #2
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    Moved from the News Forum to the more appropriate Flash General Help forum.

    In the future, please be more careful where you post your question. Per the Flashkit FAQ/Rules, please post your question only once too.

    [ Hello ] | [ gerbick ] | [ Ω ]

  3. #3
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    hi.. (being a member/lurker for almost 2 years.. you should know better)..
    that being said...


    if you have a movieClip on the main/_root timeline... with the instance of: (exmple) myClip_mc

    you can talk/control that clip by using its INSTANCE name in the path to target it.


    someButton.onPress = function(){
    myClip_mc.gotoAndPlay(2);
    }



    hope this helps

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center