A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: rollover problem...(clip within a clip)

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    3

    rollover problem...(clip within a clip)

    here is the kind of effect i am looking for

    http://www.evb.com/archive/

    however...i can't get that final rollover working...

    here is what i have...

    http://www.bandofboozers.com/mwd
    the file is PORT_BUTTON.fla

    ...now i can't get that second rollover working. heres some code for yall.

    on (rollOver) {
    tellTarget (_root.portfolio.motion) {
    gotoAndPlay(1);
    }
    }
    on (rollOut) {
    tellTarget (_root.portfolio.motion) {
    gotoAndPlay(10);
    }
    }


    that look right?

    btw...this is my FIRST flash site and its definately frustrating me. maybe im in a little deep for the first time!?

  2. #2
    Member
    Join Date
    May 2005
    Posts
    44
    Sorry can you explain what exactly it is you want to do???
    Do u want 1 button that when you roll your mouse over another menu pops up and then the same effect within that????

  3. #3
    Member
    Join Date
    May 2005
    Posts
    44
    i think it might be:
    on (rollOver) {
    _parent.gotoAndPlay(frame you want to go to);
    }

  4. #4
    Junior Member
    Join Date
    Dec 2005
    Posts
    3
    what i am trying to do is make a link...when rolled over turns into 3 more links...when those are rolled over they appear highlighted, like a basic dropdown menu. the problem i am running into is the fact that i want the second set of buttons/links right on top(in the same place as) the first link and i cant seem to make that work.

  5. #5
    Junior Member
    Join Date
    Dec 2005
    Posts
    3
    Quote Originally Posted by toby wilkes
    i think it might be:
    on (rollOver) {
    _parent.gotoAndPlay(frame you want to go to);
    }
    that was it. thanks a lot

  6. #6
    Member
    Join Date
    May 2005
    Posts
    44
    Cool! i actually gave a bit of working advice!!! WOOT WOOT!

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