February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728

Mouse click

Problem
Need add event for a button. So after clicking to the button on iPhone i need change map screen to main iPhone screen.

Solution
Using addEventListener, CLICK and a function.

Detailed explanation

my_btn.addEventListener(MouseEvent.CLICK, closeAll);

function closeAll(event:MouseEvent):void

{

map_mc.visible=false;

}

index12

index22

Source:
handling_events

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>