静岡理工科大学 | 菅沼ホーム | ActionScript 目次 | 索引 |
経過時間: 23
package { import flash.display.Sprite; import flash.utils.getTimer; [SWF(backgroundColor="0xeeffee", width="60", height="40", frameRate="30")] public class getTimer_e extends Sprite { public function getTimer_e() { init(); } private function init():void { var now : uint = getTimer(); trace("経過時間: " + now); } } }
静岡理工科大学 | 菅沼ホーム | ActionScript 目次 | 索引 |