大约有 4 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0015 秒)
调用frameLoop之后,怎么清除 比如调用timerLoop后,有clearTimer清除,怎么frameLoop没有对应得方法 2016-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: mumu-w...
来源: Laya_社区 发布时间: 20160801
...所有的计时器,想请问下有没有什么方法可以让 Laya.stage,timerLoop忽略掉 scale=0 ,或者有没有其他方式可以实现一部分计时器暂停,一部分开启 2018-02-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20180211
...0, 0]; var point:Point = new Point(this.x, this.y); Laya.stage.timerLoop(speed, this, shakeObject); function shakeObject(args:Array=null, frameNum:uint=1, frameTime:uint=0):void{ var count:int = (num++) % 4; offsetArr[num % 2] = count < 2 ? 0 : offset; ...
来源: Laya_社区 发布时间: 20170823
... var index:int = 0; Laya.stage.timerLoop(1, this, function():void{index++;image.alpha = Math.sin(Math.PI*2*(index/24))}) var image:Image = new Image(); image.blendMode = "add"; image....
来源: Laya_社区 发布时间: 20190110