• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,880 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0062 秒)

1661. layaAirIDE 打包APK 后 真机运行报错 [ 50%]

...{function i(){this.BG_WIDT ReferenceError: createApes is not defined at BG_WIDTH (http://stand.alone.version/main.min.js:1:149) at eval (http://stand.alone.version/main.min.js:1:162) at eval (native) at Document._downloadOk (apploader.js:6125:20) at apploader.js:6104:20 at FileReader.filereader.onlo...

来源: Laya_社区 发布时间: 20180108

1662. Laya.timer.frameLoop(1, this, this.aaa);对象移动会出现颤抖现象 [ 50%]

... new logic.UI.role.PlayerHealthBar(); this.playerHB.pivotX = this.playerHB.width / 2; this.playerHB.pivotY = this.playerHB.height / 2; this.playerHB.y = 500; this.playerHB.txtName.text = "搞个毛啊"; // this.playerVO.name; this.addChild(this.playerHB); } private aaa():void { this.playerHB.x += th...

来源: Laya_社区 发布时间: 20180102

1663. layaAirIDE中如何使用wx等微信基础对象,ide版本1.7.19.1beta [ 50%]

...on({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4 } }) 这种利用微信接口创建的按钮对象赋值给button 的怎么弄 __JS__('w...

来源: Laya_社区 发布时间: 20180728

1664. 文字显示模糊 [ 50%]

...;             _txt.wordWrap=true;             _txt.width=300;             _txt.height=_txt.textHeight+10;             _txt.y=60;             Laya.stage.addChild(_txt); 用的字体是外加载的隶书字体 然后在电脑上显示就非...

来源: Laya_社区 发布时间: 20180131

1665. Laya.Sprite loadImage 参数问题 [ 50%]

...dimage的描述是:   loadImage(url:String, x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null) 官方文档也是这么用的:http://ldc.layabox.com/doc/?nav=zh-ts-1-3-2 我把文档的代码完整复制到vscode里,vs code会报错。IDE F6 运行也编...

来源: Laya_社区 发布时间: 20200522

1666. 使用IDE制作的动画在pc模拟器播放OK在手机端不显示 [ 50%]

... this.tl.play(); apesCtn.addChild(this.tl); apesCtn.height = 1500; apesCtn.width = 3248; this.tl.pivot(-1624,-750); }, 2019-01-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 需要上...

来源: Laya_社区 发布时间: 20190117

1667. 资源管理器(ActionScript-IDE篇(AS3)-设计模式基础) [ 50%]

...栏也是对应`属性设置器`中的属性设置,比如组件的属性width想设置为800,那么在该栏中设置“width=800”即可。如果要提前设置多个属性,直接换行设置多个属性值即可。如图7所示 ![图7](img/7.png) (图7) **Tips:`设置九宫`与`默认全...

来源: Laya2.0_文档 发布时间: 20210714

1668. 为什么new不出Rectangle的类,提示not defined [ 50%]

...10,10,10,10);     console.log(abc); 代码。 Rectangle {x: 10, y: 10, width: 10, height: 10} 控制台结果, 综上,你的引擎环境有问题。 2018-06-08 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 进击的猎人 相关...

来源: Laya_社区 发布时间: 20180607

1669. 调用创建微信授权按钮时,授权按钮有时候显示有时候不显示 [ 50%]

...           bottom: 30,                     width: 297*0.45,                     height: 98*0.45,                     lineHeight: 98*0.45,                     backgroundColor: '#ff0000',            ...

来源: Laya_社区 发布时间: 20190109

1670. 被遮罩的对象的子显示对象再添加遮罩,子显示对象的遮罩显示不正确 [ 50%]

...clear(true); this.img.mask.graphics.drawRect(100 - this.img.x, 0, this.img.width, 300, "#ffffff"); } 附件 : --> LayaTest.rar 2019-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 zengjoeng 赞同来自: 谁...

来源: Laya_社区 发布时间: 20190722