大约有 547 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0044 秒)
...问题请先登录 发起人 176*****233 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 发起问题须知,必看!!!不按提问规则的,官方拒绝解答!!! 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二...
来源: Laya_社区 发布时间: 20170821
...问题请先登录 发起人 151*****772 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 写个捕鱼游戏练练手 招聘:H5游戏开发 坐标:深圳南山 Dialog:屏蔽点击Dialog之外的区域关闭弹框 Layabox 2.0 bate5 运行编译之后 bundle.js 文...
来源: Laya_社区 发布时间: 20180428
...JSON.stringify(data.url)); if(mark == 4)//确认数据全部接收后 Laya.loader.load(["res/atlas/test.atlas", "test/1.png", "test/2.png", "test/3.png"],Laya.Handler.create(this,this.onComplete)); } }.bind(this)); }else { Laya.loader.load("res/atlas/test.atlas",Laya.Handler.create(this,this.onCompl...
来源: Laya_社区 发布时间: 20190307
...问题请先登录 发起人 138*****821 相关问题 分享:LayaAir下Loading进度条的制作(ActionScript 3.0) 写个捕鱼游戏练练手 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找不到类的定义!这是...
来源: Laya_社区 发布时间: 20180622
...览器播放mp3出现The AudioContext was not allowed to start. Failed to load resource: net::ERR_FILE_NOT_FOUND Failed to execute 'texImage2D怎么处理? httprequest ios手机上请求提示Request failed status:0 Array buffer allocation failed WebSocket connection to 'ws://192.168.0.8:8102/' fa...
来源: Laya_社区 发布时间: 20190307
...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load("res/logo.png",Handler.create(this,onLoaded)); } private function onLoaded():void { img=new Image(); img.skin="res/logo.png"; Laya.stage.addChild(img); Laya.timer.once(500,this,onClick); //Laya.stage.on(Event.CLIC...
来源: Laya_社区 发布时间: 20170704
...还在播,打到后面几关就会有音效播放不出来了。。downloadFile:fail createDownloadTask:fail invalid url 2018-12-03 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 kura 赞同来自: 安卓机会...
来源: Laya_社区 发布时间: 20181203
...近做到这一块,就分享给大家。 //首先是加载资源 Laya.loader.load(atlas, Handler.create(this, this.onLoaded), Handler.create(this, this.onLoading, null, false)); /** * 加载资源进度 * @param percent 百分比 */ private onLoading(percent: number): void { this.view.bo...
来源: Laya_社区 发布时间: 20190629
...返回值为Animation对象本身,所以可以使用如下语法:ani.loadAtlas(...).loadAtlas(...).play(...);。</p> * @param url 图集路径。需要创建动画模版时,会以此为数据源。 * @param loaded ...
来源: Laya_社区 发布时间: 20180522
...关的链接 提交 2 个回复 Yaooooo 赞同来自: laya.core.js 的 _load2 是通过 formattedUrl 查询图片是否在图集中的,这个 formattedUrl 在设置 basePath 后会带上 basePath 地址导致查询不到,改成 url 就好了。 2023-07-28 0 0 分享 微博 QZONE 微信 ...
来源: Laya_社区 发布时间: 20230728