Newbie - How to display an image w/mouseover

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • shake
    Forum Member
    • Aug 2002
    • 2

    Newbie - How to display an image w/mouseover

    Probably something really simple.
    I have column of text on the left,
    and when I mouseover on the text
    I want to see the corresponding image
    on the right. How do I do that?
    I figured out how to do mouseover text,
    but I want to do images. Help!!
  • Lorne
    Indigo Rose Staff Member
    • Feb 2001
    • 2729

    #2
    Re: Newbie - How to display an image w/mouseover

    By column of text, do you mean a column of several text objects? One text object on the left, for each image you want to display on the right?

    You probably want to have multiple image objects on the right, then...one for each image you want to show or hide. In the On Mouse Over event for each text object, you'll use a "Page - Show Object" action to show the corresponding Image Object. Then, on the On Mouse Leave event, use a "Page - Hide Object" action to hide the Image Object again.

    On the page's On Initialize event, hide all the image objects, either with a bunch of "Page - Hide Object" actions, or a "Page - Hide All Objects" action.
    --[[ Indigo Rose Software Developer ]]

    Comment

    • shake
      Forum Member
      • Aug 2002
      • 2

      #3
      Re: Newbie - How to display an image w/mouseover

      Got how to creat the Page -Show Object
      now... how do I link the image to the object?
      Is it defined somewhere else?

      Comment

      • eric_darling
        Indigo Rose Customer
        • Jun 2002
        • 1805

        #4
        Re: Newbie - How to display an image w/mouseover

        The image is the object, actually. You are simply telling the page properties to show or hide a particular image (selectable in the drop-down list) on a given event, such as a mouse click or mouseover. At least this is the way it works in 4.0. You are using 4.0, aren't you? [img]/ubbthreads/images/icons/wink.gif[/img]
        Eric Darling
        eThree Media
        http://www.ethreemedia.com

        Comment

        • Derek
          Indigo Rose Customer
          • May 2001
          • 1254

          #5
          Re: Newbie - How to display an image w/mouseover

          I think what yur asking is ... how do i show the image?

          As Lorne said .. its gotta go under the Mouse Over of the Text Object.
          In the SHOW dialog .. the image (and any other objects - which yu have to create first!) will be listed in the drop down list. Just select the one yu want to show. The same goes for the HIDE dialog

          (I guess you beat me there Eric - I took too long replying) [img]/ubbthreads/images/icons/smile.gif[/img]
          -
          = Derek
          ["All glory comes from daring to begin" - fortune cookie]

          Comment

          Working...
          X