A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Buttons inside MC twining with goto...next scene A.S.A.P please!!

  1. #1
    Member
    Join Date
    May 2001
    Posts
    53
    I have tryed it with no luck...and i need a solution fast if someone can halp
    i will admire him for it!

    Subject-1

    my issu is that i'm trying to place buttons in sliding movie clip that is opend
    when i press the menu button in main scene and give them the action
    "GotoAndPlay next scene, frame 1" (or any scene name..) But it dosent work
    insted- its jumping to the start of the sliding movie clip it self.
    without doing anything....

    1. Dose buttons can actualy get this type of action from within Movieclip
    (that sits in one keyframe on the main scene) and 'call' to another scene?
    2. What do i need to do for it to work?


    Subject-2

    I have a long Mc 'strip' that needs to be scrolled horizontal ways from side to side and it contain buttons inside it
    i want to make tow buttons that when i'm rollover them it will scroll the 'strip' frome side to side IMPORTENT it needs to stop when it get to the edge of the 'strip
    I have seen lots of actionscripts about textbox scrolling (vertical) but could'nt figer it out on how to do it on horizontal graphic
    Thank you very mutch for your halp
    MICFABER

  2. #2
    FlashKit Joker
    Join Date
    Jan 2001
    Posts
    659
    Hi there,

    You can't jump to a different scene from inside a movieclip.
    First you have to go back to the main timeline (_root).
    Just like this:

    on (release) {
    tellTarget ("_root") {
    gotoAndPlay ("Scene 2", 1);
    }
    }

    If you want a horizontal scrollbox check out 'home' of flashkit in the 'New Tutorials' on the right of your screen
    this will help you out.

    seeya

  3. #3
    Junior Member
    Join Date
    Jul 2001
    Posts
    14
    I have the same problem and tried the tell target script and it does not work, it just makes the '_root' movie play from the very start.
    what to do???

    Dave

  4. #4
    Member
    Join Date
    May 2001
    Posts
    53
    Originally posted by davejacko
    I have the same problem and tried the tell target script and it does not work, it just makes the '_root' movie play from the very start.
    what to do???

    Dave
    well...it dosent work for as well
    and about the scrolling GRAPHIC the tutorial in the "new tutorials" doesent give me the answer i need
    i do appriciate your halp

  5. #5
    Member
    Join Date
    May 2001
    Posts
    53
    Originally posted by davejacko
    I have the same problem and tried the tell target script and it does not work, it just makes the '_root' movie play from the very start.
    what to do???

    Dave
    well...it dosent work for me as well
    and about the scrolling GRAPHIC the tutorial in the "new tutorials" doesent give me the answer i need
    i do appriciate your halp

  6. #6
    Junior Member
    Join Date
    Jul 2001
    Posts
    14

    Smile Same Same Same

    OMG, I have looked and looked for someone with this problem. I am haveing the same thing. If anyone knows the answer to this riddle I and a bunch of peeps need this info.

    Nazario A. Ayala
    bluniz1 =aim
    nizzy@mac.com


    much thanx

  7. #7
    Junior Member
    Join Date
    Jul 2001
    Posts
    14

    here we go boys and girls

    Here we go boys and girls, You need to target a frame label and call the main moive '_parent'

    on (release) {
    tellTarget ("_parent") {
    gotoAndPlay ("portfolio", "go");
    }
    }

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