A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: noob question...hehehe(is it?)

Hybrid View

  1. #1
    The next Squaresoft
    Join Date
    Sep 2004
    Location
    Zanarkand
    Posts
    215

    noob question...hehehe(is it?)

    hahaha, yeah this should be in the
    noob section hehehe but anyway,

    i just wanted to know if it is possible for a
    script in a movie clip

    that affects the movie clip that contains the MC that has
    that script...

    confusing?

    ok lets say i have an MC called man,

    now, inside this MC, is another MC called...brain

    now, brain has a script that affects man(the Mc that contains brain)

    brain tells man to gotoAndPlay(1);
    if brain is on frame 3...

    yeah is this possible? cause i tried it...and
    it doesnt work...any other way?

    thnx a bunch!!!
    "Are those gummy worms? Can I have some?"

    "Nevermind, I just saw one move by itself..."

  2. #2
    Style Through Simplicity alillm's Avatar
    Join Date
    Mar 2004
    Location
    Wales
    Posts
    1,988
    code:

    if (_currentframe == 3) {
    _parent.gotoAndStop(1)
    }



    Ali

  3. #3
    The next Squaresoft
    Join Date
    Sep 2004
    Location
    Zanarkand
    Posts
    215
    lol, short yet understandable! thnx!!!
    "Are those gummy worms? Can I have some?"

    "Nevermind, I just saw one move by itself..."

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