A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Buttons (easy, but confused)

  1. #1
    forever depreciated™ aaron.martone's Avatar
    Join Date
    Dec 2002
    Location
    Florida, USA
    Posts
    448

    Buttons (easy, but confused)

    What are the catchall methods for the ON command for both the mouseover and mouseout.

    I am using:

    on (rollOver, dragOver)
    for moving over

    and

    on (rollOut, dragOut, releaseOutside)
    for moving off

    However, if I move over it very fast, it registers only the rollOver and leaves the MC targeted by the button in it's "ON" state. How can I make sure that this doesn't happen?
    (am)™ :: aaron.martone ::
    http://www.aaronmartone.com

    "I see in layers; I think in ActionScript; Life is my animation and animation is my life.... oh, and I like corn dogs."

  2. #2
    forever depreciated™ aaron.martone's Avatar
    Join Date
    Dec 2002
    Location
    Florida, USA
    Posts
    448
    was this too hard for everyone?
    (am)™ :: aaron.martone ::
    http://www.aaronmartone.com

    "I see in layers; I think in ActionScript; Life is my animation and animation is my life.... oh, and I like corn dogs."

  3. #3
    Senior Member
    Join Date
    Sep 2000
    Location
    Copenhagen, Denmark
    Posts
    228
    you could try to use the mouselistener onMouseMove to trap events

    idi

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center