A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Question on mouse over

  1. #1
    Senior Member gkbdave's Avatar
    Join Date
    Nov 2000
    Location
    Fort Bragg, NC
    Posts
    304

    Question on mouse over

    I have a few thumbnails that when I mouse over I would like them become larger as they move to a different location. I wish I had a example. But I am sure everyone has seen them.. Also with this that it changes the opacity in the background so that the larger image is now standing out from the rest of the screen.

    Anyone know of a tuturial or how to do this easily?

    Thanks in advance..

  2. #2
    Member
    Join Date
    Jul 2004
    Location
    New Haven, CT
    Posts
    79
    Hi,
    I'm not suer if what you are asking is more compicated than I think, but if you want the thumbnail to switch to a larger size on a mouseover, just make them each buttons, and make the graphic larger and more opaque in the "Over" frame of the button.

    - Kent

  3. #3
    Senior Member gkbdave's Avatar
    Join Date
    Nov 2000
    Location
    Fort Bragg, NC
    Posts
    304
    Thanks for the reply..

    I did that already, however, didn't give me the effect I was looking for.. It just jumps to a larger pic.. Would like ot make it enlarge as it moves to a newer location and also make the pic standout from the rest of the screen...

    any ideas?

    thanks again

  4. #4
    Member
    Join Date
    Jul 2004
    Location
    New Haven, CT
    Posts
    79
    Is it something that will be dragged by the mouse, or will it just move and enlarge on its own?

    I would probably just have the mouseover trigger the start of a movie clip animation that gradually enlarges and changes the opacity.

    so...
    on mouseover {
    myanimation.gotoAndPlay ("start"),
    }

    where "myanimation" is the instance name of a movie clip that moves and enlarges the graphic.

    There may be other ways to do it, but I think that's the simplist.

    - Kent

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