Ask a Question related to Macromedia Flash Sitedesign, Design and Development.

  1. #1

    Default Creating rollovers

    I need some help. Any help would be beneficial. I'm slowly learning Flash and would like to create a rollover on a web page of mine. When rolled over, a tab will appear next to each image, and when clicked upon, information about the item will appear below the entire graphic, much like how frames work. Could someone please direct me anywhere or give me any ideas as to what this is called or where I can find how to do it. As I said, any help would be greatly appreciated.


    jordank webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. rollovers
      hello. i am using director 8.5 and i was woundering if there is any way that you can place rollovers in certain areas. for example, i am creating...
    2. DIV and rollovers
      I'm a beginner with dream, and a frenchy. I've been told that the best way for my pages not to regenarate all every time the users clic on...
    3. Creating image rollovers in Contribute 3
      One of my clients is using Contribute 3 to manage content on their site. They need to use links tied to images with rollovers. Is there a way to...
    4. Help with rollovers
      could anyone help I am trying to animate a rollover so that when the imige on mouse over the image moves within a small area from side to side...
    5. Creating Rollovers in ImageReady
      Thanks to those who helped me before. Now I need to create button rollovers in Image Ready. I have selected a slice, created a new rollover state,...
  3. #2

    Default Re: Creating rollovers

    Didn't totally follow, but here's a good place to start:

    [url]http://www.flashkit.com/movies/Interfaces/[/url]

    GL


    -beally-
    -------------------------
    "Senior Member" - experienced at messing things up
    CurrentProject - feedback appreciated

    Referring URLs
    [url]http://www.flashkit.com/movies/Interfaces/[/url]




    abeall webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Creating rollovers

    Thanks, I'll check out that website.

    Let me also rephrase. Say I have a large graphic of a bedroom. When you rollover an item in the bedroom, say the bed, a tab will appear in the corner that says "bed". Say you go to roll over the television, a tab will appear in the same spot in the corner only it will say "TV". If you click on the television, information about that television will appear below the entire graphic of the bedroom. I've seen it done many times on sites and I know it has to do with disoriented rollovers. Again, any help will be greatly appreciated.

    Thanks again, I'll check out that site.


    jordank webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Creating rollovers

    what you want to do is create a dis-jointed roller over, and then, on the button have a gotoAndPlay command which will go to the frame where the desired info is displayd. So, say when you click on the T.V, the Tv wil ahve an action which is:

    on (release) {
    gotoAndPlay(2);
    }

    (where 2 is Frame 2, where the information for the TV is held)

    and, on each frame there will be a stop() action, so the movie wont go on playing through al the diferent info fo rthe different objects.

    Hope this helps you understand what you have to do - I don't know how to make dis-jointed rolovers though, sorry :(



    GilesW webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139