Results 1 to 9 of 9

Thread: [Flash] Button Click loads Frame 2 [Resolved]

Threaded View

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Resolved [Flash] Button Click loads Frame 2 [Resolved]

    I'll have to explain this one. I've attached a diagram with this post.

    Scene 1 contains two movie clips which I have named BMC1 and CAMC1.

    BMC1 plays when the movie loads, but CAMC1 is on hold.

    WHen BMC1 finishes playing, there will be buttons there. All I'd like to do is to click on a button and make CAMC1 move to it's second frame.

    In BMC1's button's action, I did this:

    Code:
    on (release) {
        tellTarget ("_root.CAMC1") {
            gotoAndPlay (2);
        }
    }
    Here's what happens

    The movie clip CAMC1 will play as normal and go to Frame 2
    When I click the same button again,
    CAMC1 goes back to it's frame 1
    When I click again
    CAMC1 goes to frame 2.

    This occurs, even though I've placed Stop Actions on top of each frame in CAMC1.

    I know this is a little long winded, but any hints or directions would be good.


    *sigh*

    Last edited by mendhak; Nov 11th, 2004 at 12:48 AM.

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