On this web page you will to know how to determine for
a key is pressed or not when an event occurs. In the example below two flex
controls CheckBox and Button and two flex containers HBox and VBox
created. Also two MouseEvent class events click and mouse over are
used. Example below is coded to track the pressing of two keys shift and alt
with define events CLICK and MOUSE_OVER respectively.
Function addChild in the code is used to bring the flex controls to
generate inside the flex containers.
Function addEventListener is used to add or invoke the respective mouse
events on the containers.
Syntax for using above functions:
container_id.addChild(control_id);
control_id.addEventListener(MouseEvent.CLICK/MOUSE_OVER,
a_function_name);
Amanda.mxml
<?xml version = '1.0'?>
|
Amanda.swf



If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Explore key & mouse with Flex
Post your Comment