ActionScript 3 计时器

Posted

tags:

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

import flash.utils.Timer;
	
var myTimer:Timer
myTimer = new Timer(300,1);
myTimer.addEventListener("timer", function(){	
	trace("My timer action");
});
myTimer.start();
//myTimer.reset();  //Start the timer all over again.

以上是关于ActionScript 3 计时器的主要内容,如果未能解决你的问题,请参考以下文章

ActionScript 3 计时器

ActionScript 3 AS3:基本计时器示例

ActionScript 3.0计时器事件

ActionScript 3 定时器与简历

使用 actionscript 3 自动刷新 swf 电影

ActionScript 3.0 套接字无法重新连接