A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Why does Click Down state not stay?

  1. #1
    Senior Member Ray Beez's Avatar
    Join Date
    Jun 2000
    Posts
    2,793

    Why does Click Down state not stay?

    I'm experiencing something rather weird with buttons. I have a movieclip with a few frames for the different button states. I have labels for _up _over and _down. I set buttonMode=true;

    The button works but when I click and hold the mouse down, the down state only stays for about 1 second and then reverts to the _over state.

    Is this a normal thing?
    I am using CS4 and publishing to AIR 1.5

  2. #2
    Senior Member Ray Beez's Avatar
    Join Date
    Jun 2000
    Posts
    2,793
    The reason was I had a

    addEventListener(MouseEvent.MOUSE_DOWN, mouseDown);

    defined for the main root and that seems to interfere.

Tags for this Thread

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