A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: tell target ? telling a movie clip to advance to a certain frame

  1. #1
    Junior Member
    Join Date
    Aug 2004
    Posts
    21

    tell target ? telling a movie clip to advance to a certain frame

    hello

    hello

    if anyone can help me that would be great - i am looking at actionscript in flash mx - i know i can attach an action script to a button :

    on (release) {
    _____whitewipe.gotoAndPlay(X);
    }

    so if i click the button my movie clip called whitewipe will goto frame X

    my question is can i achieve the same effect without using a button, so that when the movie reaches a certain frame the actionscript will tell whitewipe to goto frame X

    or does anyone know of an alternative to get the same effect

    i have looked on google but no luck

    thank you anyone

    john

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    Just don't use the button handler on a frame action...

    _level0.whitewipe.gotoAndPlay(X);

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