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

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

1521. 2.4.0怎么调试呢? [ 47%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 as3 ,LayaAir下调试matter.js物理引擎出错。 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 路径是对的,但老是,调试控制台提示...

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

1522. List组件拖动浏览时item会出现重叠的现象 [ 46%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并且两个list同时滚动一模一样。 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑...

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

1523. Uncaught TypeError: Cannot read property '_tf' of null [ 46%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught TypeError: Cannot read property 'props' of undefined Uncaught unknown animat...

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

1524. Laya.HTMLDivElement解析img标签报错 [ 46%]

...题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 用了ByteArray的zlib.min.js后报错 runtime运行报错! 小游戏项目 加载有中文的json文件 报错 2.2.0beta4,微信上动态合批报错. ...

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

1525. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 46%]

...Element.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置在视频播放之前所显示的图片的 URL。 // 阻止IOS视频全屏 videoElement.setAttribute("webkit-playsinline", true); videoEleme...

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

1526. layaAir2.0动效模板报错Uncaught Can not find class ui.aniTemplates.bigToSmallUI [ 46%]

... 用layaair2.0 ide 的编辑模式下,cpu爆满 真机调试报错:LayaPlayer不支持的标签</SCRIPT> 创建动效模板 可能存在bug 真机环境找不到window---cant find variable: window stack 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOM...

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

1527. new Laya.Templet() 时,说这不是一个constructor [ 46%]

...隔30毫秒 this.aniFighter.index = 1;//当前播放索引 this.aniFighter.play();//播放图集动画 this.aniFighter.loop = false; //获取动画边界信息,设置锚点 var rectBounds:Rectangle = this.aniFighter.getGraphicBounds(); var rectBounds1:Rectangle = this.aniFighter.getBounds(); //QUE...

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

1528. layaFlash 无法使用 Loader 加载外部SWF和图片 [ 46%]

...。 下面粘贴一个小示例(仅供参考)package { import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.system.LoaderContext; public class SwfBinar...

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

1529. 要做一个方形倒计时,请问该怎么实现,不知道该怎么做 [ 46%]

...自: laya123 package huamao.layer.ui { import app.TheGame; import laya.display.Sprite; import laya.maths.Rectangle; public class CdSprite extends Sprite { public static const START:int = -90; public static const COLOR:String = "#000000"; private var r:Number = BarCell.WID / Math.SQRT2; private var r...

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

1530. spine动画,微信模拟器正常,真机动画图片颠倒!!!引擎大bug!!! [ 46%]

...o.pos(200, 0); //切换动画皮肤 hero.showSkinByIndex(0); //播放 hero.play(0, true); this.img_sample.addChild(hero); this.sk_hero = hero; Laya.timer.once(200, this, () => { hero.on(Laya.Event.CLICK, this, this.onHeroClick); let bbox = hero.getSelfBounds(); hero.hitArea = bbox; }); } 附件 :...

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