首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > stmas3

stmas3

  • 资源大小:29.80 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: timer actionscript3

资 源 简 介

Update: New class is added that tracks all properties of some class on time basis. RegisterTimer Simple example: import com.actionscriptclass.RegisterTimer;//new RegisterTimer that will track class properties every 100 msekreg=new RegisterTimer(100);//add property to trackreg.addItem("trackerId",textArea,["text","x","y"])//start the trackerreg.start();//get text property at 1 sek (100msek*10)replayTextArea.text=reg.getValue("trackerId","text",10) example of use of STM classes http://actionscriptclass.com/stm/STMExample.html Right click for code: Click record and start typing in Text Area then click pause and replay. SeqTimer: Basic idea is if you need to play one function after another but on time basis then u can use simple time manager (stm). Simple example: ``` import com.actionscriptclass.SeqTimer; var test:SeqTimer =

文 件 列 表

MovingObject.fla
Counter.fla
Counter.swf
MovingObject.swf
com
actionscriptclass

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.211133s