btn_ie.addEventListener(MouseEvent.MOUSE_DOWN, click_d);
function click_d(event:MouseEvent):void
{
switch (event.currentTarget)
{
case btn_ie :
MovieClip(this.parent.parent).gotoAndStop("p_r");
MovieClip(this.parent).gotoAndStop(2);
gotoAndStop(2);
break;
}
}
making a 64 bit captive runtime for air SWF
-
I'm using FlashDevelop and been having a huge problem using the ADT to
create a captive runtime exe for an as3 air application. After having a few
issues w...
1 week ago
0 comments:
Post a Comment