A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: movie clip hell

Hybrid View

  1. #1
    Member
    Join Date
    Oct 2001
    Posts
    36
    I have a movie clip thats on a lower layer than the button that controls it. It has
    on(rollOver) {
    _root.black.play();
    }
    on(rollOut) {
    _root.black.gotoAndStop(1);
    }

    inside of the button. My problem is making it to where the movie clip doesn't play when you first start the movie.

    Thanks,
    Shawn J.

  2. #2
    Junior Member
    Join Date
    Jun 2002
    Posts
    5

    Post

    put a stop(); action on the first frame of your mouseOver movie

  3. #3
    Member
    Join Date
    Oct 2001
    Posts
    36
    yea that worked out thanks!

    By the way just wondering what everyone thinks is the best way to learn action scripting!!!

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