04 2021 档案
egret 生命周期可控的属性或方法
该文被密码保护。
posted @ 2021-04-19 16:10 我是cdt 阅读(4) 评论(0) 推荐(0) 编辑
触摸事件
摘要:this.stage.addEventListener(egret.TouchEvent.TOUCH_END, this.stopMove, this); this.stage.addEventListener(egret.TouchEvent.TOUCH_MOVE, this.onMove, th 阅读全文
posted @ 2021-04-15 15:30 我是cdt 阅读(61) 评论(0) 推荐(0) 编辑
jsfl 调用jsfl 方法之一
摘要:A调用B, B写: fl.outputPanel.clear(); //第4种写法 var Circle={ "doc":null, "PI":3.14159, "area":function(r){ return this.PI * r * r; }, "excute":function (_wS 阅读全文
posted @ 2021-04-14 15:20 我是cdt 阅读(121) 评论(0) 推荐(0) 编辑
stringUnit.jsfl
该文被密码保护。
posted @ 2021-04-14 15:10 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
基础
该文被密码保护。
posted @ 2021-04-14 15:10 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
operation.jsfl
该文被密码保护。
posted @ 2021-04-14 15:09 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
select.jsfl
该文被密码保护。
posted @ 2021-04-14 15:09 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
stage.jsfl
该文被密码保护。
posted @ 2021-04-14 15:09 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
math.jsfl
该文被密码保护。
posted @ 2021-04-14 15:08 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
mess.jsfl
该文被密码保护。
posted @ 2021-04-14 15:08 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
Dfile.jsfl
该文被密码保护。
posted @ 2021-04-14 15:07 我是cdt 阅读(0) 评论(0) 推荐(0) 编辑
AS3数组中找最大值
摘要:var func:Function = Math.max; trace(func.apply(null,[4,5,6,7,8,9])); https://blog.csdn.net/wsxiaodong/article/details/83762138 阅读全文
posted @ 2021-04-04 20:37 我是cdt 阅读(56) 评论(0) 推荐(0) 编辑