Skip to main content

Flash help please 77 Responses

Last post: 5 months, 1 week ago | Thread started: Jun 25, 08, 10:39 a.m.

RespondNew TopicDisable Images

  • designbot

    I have created a pretty standard flash product bar that allows you to flip through product (books). Currently the books scale when you hover over them, but I also need to add a hover bubble that gives additional info about the book.

    I can't seem to find anything online or through the filter here. Seems like it should be simple. Anyone know the easiest way to do this?

    Any help is greatly appreciated!

    Jun 25, 08, 10:39 a.m. – Permalink
  • fyoucher1

    look up event listeners....

    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 10:41 a.m. – Permalink
  • BattleAxe

    did you check this out http://www.gotoandlearn.com/play…

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 10:42 a.m. – Permalink
  • lvl_13

    just use _visible=true; or _visible=false; and create a bubble mc with some dynamic text that you can drop in for each book.

    make sense?

    • doesn't have to be dynamic text, but then you can use the same bubble mc for every book.lvl_131/2
      and just put the dynamic text in your on(rollOver) command for each book.lvl_132/2
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 10:46 a.m. – Permalink
  • designbot

    so something like?

    on (rollOver) {
    hover_bubble.visible="true"
    }

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 10:51 a.m. – Permalink
  • lvl_13

    gimme one sec....

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 10:58 a.m. – Permalink
  • lvl_13

    something like:
    hover._visible = false;
    book.onRollOver = function()
    {
    hover._visible = true;
    hover.hover_text="test test";
    }

    i sent you an fla.

    • < lvl_13 is one cool dude for going through all that trouble. QBN can sometimes be cool!utopian11/4
      sometimes
      flashbender2/4
      when he's not Rick-Rolling people :)designbot3/4
      ha.. again w/ the rick rollingjharbort4/4
    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 11:20 a.m. – Permalink
  • designbot

    Thanks dude I appreciate it!

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earJun 25, 08, 11:41 a.m. – Permalink

Login or Register to respond to this

Skip to main content