ActionScript 3 闪光灯焦点检测

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ActionScript 3 闪光灯焦点检测相关的知识,希望对你有一定的参考价值。

function main():void
{
    stage.addEventListener(Event.DEACTIVATE, windowNotActive);
    stage.addEventListener(Event.ACTIVATE, windowActive);
}
main();

function windowNotActive(e:Event):void
{
    trace("NOT ACTIVE");
}

function windowActive(e:Event):void
{
    trace("ACTIVE");
}

以上是关于ActionScript 3 闪光灯焦点检测的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 物体闪光方法

ActionScript 3 闪光加速度计

ActionScript 3 使用动态文本字段删除闪光按钮上的箭头

ActionScript 3 在闪光AS3中轨道Polkadots(交互式)

Actionscript 3,flexSDK,当它超过flash阶段时阻止鼠标滚轮滚动

ActionScript 3 AS3 Form Field焦点/模糊功能