大约有 2,299 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0095 秒)
Laya_社区(1686) Laya2.0_文档(140) Laya3.0_api(124) Laya2.0_api(97) Laya3.0_文档(86) laya_api(69) Laya_示例(52) Laya2.0_示例(45)
...5.png"); img.x = 640; img.y = 320; iconSpr = new Sprite(); iconSpr.width = 1280; iconSpr.height = 640; iconSpr.addChild(img); btn.on(Event.CLICK,this,runGame1); } private function runGame1():void { xNum = Math.random()*7 - 3; yNum = Math.random()*7 - 3; Laya.timer.loop(20,this,onRun); Laya.timer.fra...
来源: Laya_社区 发布时间: 20180113
...成后获取不到xml , 真机环境测试 附件 : --> TestApk.zip 2017-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 我测试没有问题,在APK上和在PC上输出的类型...
来源: Laya_社区 发布时间: 20170107
... private setup(): void { var gap: number = 10; //创建一个Sprite充当音效播放按钮 var soundButton: Sprite = this.createButton("播放音效"); soundButton.x = (Laya.stage.width ...
来源: Laya_社区 发布时间: 20201203
...g", "selectedBox":2, "selecteID":3, "searchKey":"Dialog", "props":{"width":1624,"sceneColor":"#000000","runtime":"script/view/dialogs/SettingDialog.js","height":750}, "nodeParent":-1, "maxID":4, "label":"Dialog", "isOpen":true, "isDirectory":true, "isAniNode":true, "hasChild":true, "compId":2, "chil...
来源: Laya_社区 发布时间: 20200417
...en.to(right, {x: 0} , 700 ,null , Laya.Handler.create(this,this.onStartOver1, [anim])); onStartOver1(bads: Array<any>): void { alert("1" + bads.length) var animsf :Laya.Animation = bads[0] as Laya.Animation; animsf.play(); } 这样用会报错 2017-03-09 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20170309
... "right": 居右对齐显示。 Label alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...
来源: laya_api 发布时间: 20170929
...d Public Properties PropertyDefined By alpha : Number透明度,值为0-1,默认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX轴锚点,值为0-1Component anchorY : NumberY轴锚点,值为0-1Component autoSize : Boolean = false 指定是否自动...
来源: laya_api 发布时间: 20170929
...gress : Number[write-only] 设置当前执行比例Tween repeat : int = 1重播次数,如果repeat=0,则表示无限循环播放Tween update : Handler更新回调,缓动数值发生变化时,回调变化的值TweenPublic Methods MethodDefined By clear():void 停止并清理当前...
来源: Laya2.0_api 发布时间: 20190513
...版本上有这个问题。 附件 : --> 2020-08-27 添加评论 已悬赏10元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 GEN 赞同来自: 这个是打包的oppo包 oppogame.zip 2020-08-27 0 0 分享 微博 QZONE 微信 kylin 赞...
来源: Laya_社区 发布时间: 20200827
...er; this.turnNumber; if (this.lastPaixing != "") { if ( this.turnNumber == 1) { NTS = 8; NTE = 5; } if ( this.turnNumber == 2) { NTS = 12; NTE = 9; } if (this.turnNumber== 3) { NTS = 16; NTE = 13; } this.SortToOut(this.turnNumber); console.log(this.nextTurn); if (this.isAbleToOut) { this.computerOut...
来源: Laya_社区 发布时间: 20180626