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

  1. #1

    Default RollOut too quick?

    Hello everyone, I have a question about RollOut .... I created some expand
    menu, which's rollOver and rollOut action is controlled by
    ActionScript.......

    But it seems like sometimes if the rollOut action is too quick , the
    rollOut function is not activated at all, which means the menu doesn't go
    back to the original state at all....

    I hear some suggestion to use hitTest instead of RollOver / RollOut? is
    there a good way to solve this?

    Thanks a lot.

    Sam

    liangshun Guest

  2. Similar Questions and Discussions

    1. Animation ends on rollout
      Flash MX 2004. I've got some rollover animation for buttons I've created but that animation stops of course on rollout. Is there a way I can...
    2. ANy opsions on an easy rollout of MS critical updates ?
      ANy opsions on an easy rollout of MS critical updates ?
    3. Rollover, Rollout reversing
      I think I need help here. I used the TellTarget rollover as well as rollout, but when I finish with the buttons and mouseover them quickly, these 2...
    4. Proper way to do rollover / rollout ?
      This is the effect I would like to produce: http://www.inperspectiverecords.com/ - the buttons that move when the mouse enters. I knocked...
    5. Button rollout animation
      http://www.macromedia.com/support/flash/ts/documents/roll_over_animated_button.htm the blue of the sea is sometimes so blue that only blood is...
  3. #2

    Default Re: RollOut too quick?

    post your As

    Kglad just helped me solve a real bear of one, mine was using both roll functions and set intervals..
    MyFlashMXIN Guest

  4. #3

    Default Re: RollOut too quick?

    yes, you can use hitTest() along with a loop that keeps checking for the mouses position.
    kglad Guest

  5. #4

    Default Re: RollOut too quick?

    Thanks guys! I'll try to use the ways you give me.

    Cheers.

    Sam
    liangshun 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