Best Mouseover script

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Best Mouseover script

    Hi all,

    A really simple question but that has caused some problem to me:

    What is the best script to use if I want the cursor to change to a hand while over links?

    I now use a simple script including MouseEnter, MouseLeave and MouseDown which works fine mostly. However the presentation includes interactive Cult3D models and after having loaded a few of those 3D models the mouseover function stops working for some sprites, maybee 5 of 100.

    Is there any bullet proof mouseover script to solve this?

    Thanks in advance!!

    MO


    wavesurfer webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Mouseover changes another image
      Hello all. I am wondering how to accomplish something. Im almost positive I have done this before when I learned HTML but I couldnt find anything...
    2. highlight row on mouseover
      trying to use this code for mouseover highlight of row but it is not working on the datagrid can anyone tell me what is missing ? Sub...
    3. mouseOver?
      Hi I would like a movieclip to move when I the mouse is over (just a couple of pixels) and then move back again when the mouse is moved away. I...
    4. MouseOver events?
      Mark wrote: In Access it's the On Mouse Move event. Look that up in Help and see if that will do what you want. hth Hugh
    5. LinkButtons and MouseOver
      I have an ascx page which acts as a menu. The menu has a table with a no of linkbuttons. When the app is running, if I put my mouse over any...
  3. #2

    Default Re: Best Mouseover script

    [url]http://www.lingoprogrammer.co.uk/source_code/download/buttonAction.zip[/url]

    drag 'n' drop button behaviour which uses case statements to tell
    different sprites to do different things or set variables etc...

    very easy to use and a simple but effective method no need for millions of
    button action scripts anymore!

    Andy K
    [url]http://www.lingoprogrammer.co.uk[/url] <--- my website!



    "wavesurfer" <webforumsuser@macromedia.com> wrote in message
    news:blbgkv$9gr$1@forums.macromedia.com...
    > Hi all,
    >
    > A really simple question but that has caused some problem to me:
    >
    > What is the best script to use if I want the cursor to change to a hand
    while over links?
    >
    > I now use a simple script including MouseEnter, MouseLeave and MouseDown
    which works fine mostly. However the presentation includes interactive
    Cult3D models and after having loaded a few of those 3D models the
    mouseover function stops working for some sprites, maybee 5 of 100.
    >
    > Is there any bullet proof mouseover script to solve this?
    >
    > Thanks in advance!!
    >
    > MO
    >
    >

    Andrew Kennedy 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