A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Buttons in MovieClips

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    14
    I've got this button (we'll call it "britney") embedded in MC "crocks" which is embedded in MC "cwatch" The "cwatch" MC is in frame 1 of my "home" scene. What I want to happen is when a user clicks on "britney" they goTo "crocks scene" and Play frame label "britney." For some reason this isn't happening from inside the MC. It works on a button just sitting in "home" scene. Any suggestions?

  2. #2
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    On(Release); {
    _root.gotoAndPlay("britney");
    }

  3. #3
    Junior Member
    Join Date
    Jun 2000
    Posts
    23
    I am trying to do the same kind of thin and are getting the same problems

    scene 1 has a movie clip in it - in the movie clip there is a button - I want this button to go to scene 2

    for some reason something this simple isn't working
    ??

  4. #4
    the traveler
    Join Date
    Aug 2000
    Location
    West Hartford, CT
    Posts
    638
    monz, make sure you are targeting _level0 when you change scenes.

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