mouseOver not rollOver

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

  1. #1

    Default mouseOver not rollOver

    On Flash 5, I want to go to the previous frame when the pointer is over the
    button.
    With rollover, it goes one frame at a time as I have to roll out and roll over
    again to go back another frame.
    I want it to work as long as the pointer is over the button.



    steph14 Guest

  2. Similar Questions and Discussions

    1. 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...
    2. mouseover problem
      Hi, i have a problem with my mouseover script. i use the following script: on mouseEnter cursor 280 end mouseenter on mouseup
    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. Rollover and making another rollover with links
      Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does...
    5. MouseOver effect?
      Hi, Is the mouseover effect created on http://www.phpfreaks.com/tutorial_index.php (mouseover the tutorial descriptions) possible to do using...
  3. #2

    Default Re: mouseOver not rollOver

    you'll need to initiate some kind of loop on rollOver. because you're using
    flash 5, you won't be able to use a setInterval-loop, so you'll probably do
    best to create and empty movieclip and initiate an enterFrame clipevent that
    will execute a prevFrame() statement with each loop.

    kglad Guest

  4. #3

    Default Re: mouseOver not rollOver

    It works perfectly.
    Thank you very much.
    steph14 Guest

  5. #4

    Default Re: mouseOver not rollOver

    you're welcome.
    kglad 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