A Flash Developer Resource Site

Results 1 to 11 of 11

Thread: "Clicking" a button without clicking it?

Threaded View

  1. #1

    How to "click" a button without clicking it?

    I have a standard button, and I want to send a "virtual" mouse click to it using actionscript (i.e., in-addition to clicking it with the mouse). I CAN'T use a function to define the code within the button.

    buttonName.onRelease = function () {
    //code
    }

    How can I use actionscript to send a "virtual" mouse click to that button?

    Thank you!!!
    Last edited by smcneilly; 12-11-2004 at 12:21 AM.

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