A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Buttons within movie clip

  1. #1
    Junior Member
    Join Date
    Feb 2007
    Posts
    4

    Buttons within movie clip

    hi, i am designing a page in flash for a friend, and i have a movieclip with a button in it. whenever i click the button, it repeats the button loading sequence and it wont go into the frame i want. please help.

  2. #2
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    my crystal ball is a bit hazy today, so please show -

    any code on the movieclip
    any code on the button
    the timeline of the frame you wish to target

  3. #3
    Junior Member
    Join Date
    Feb 2007
    Posts
    4

    Sorry

    HEy im sorry i forgot to tell u this sooner, but i just found the answer to the problem i needed i hope i didn't waste any of your time

  4. #4
    FK'n_dog a_modified_dog's Avatar
    Join Date
    Apr 2003
    Location
    "aaarf"
    Posts
    9,176
    no problemo

  5. #5
    Junior Member
    Join Date
    Mar 2007
    Posts
    13
    hi I'm having the same problem
    could you share the solution with us
    tnx

  6. #6
    Junior Member
    Join Date
    Feb 2007
    Posts
    4
    well, i wasn't really specific with my problem, but this is the code i put to make it work. if your problem is when u click a button in a movie clip, and it doesn't lead to another movie clip this is what you do.
    First ofall, rename a frame.
    for example if u want to go to a frame in frame 2 rename that frame something unique like "bob"

    Then enter this code
    on(release)(
    _root.gotoandplay("bob");
    (

    if this code doesn't work it is probably because i have semicolons, and parantheses in the wrong places, i insert my actionscript by clicking the functions.

    I 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