A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Suggested Methods to create this type of navigation?

  1. #1
    Junior Member
    Join Date
    Aug 2009
    Posts
    13

    Suggested Methods to create this type of navigation?

    I am attempting to make an interactive scenes in flash. I am going for something like this on the Breast Cancer Fund homepage.

    http://breastcancerfund.org/

    What is the easiest way to achieve this?

  2. #2
    Junior Member
    Join Date
    Aug 2009
    Posts
    13
    No one has any suggestions?

    I can get as far as making a button that changes color on rollover and has the word bubble pop up on the down, but I can't figure how to get the bubble to stay open when the mouse moves away from the initial button after the mouse click.

  3. #3
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    dont use buttons..

    but use movieClips..that ACT as buttons.

    ie:

    movieClip1.onRelease = function(){
    this.gotoAndStop(2);
    }

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