大约有 21 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0032 秒)
...nsole.log(sprite.y) ; var hDir = Laya.stage.mouseX>sprite.x? "right" : "left" ; var vDir = Laya.stage.mouseY>sprite.y? "down" : "up" ; //先横着走,走完之后调用竖着走的函数 Tween.to(sprite,{x:Laya.stage.mouseX,y:sprite.y,update:new Handler(this,onWalk(hDir)),complete:Handler.cr...
来源: Laya_社区 发布时间: 20180331
...不是不支持input:file <div class="upload-wrap" id="upload" style="left: 0px; top: 0px; width: 0px; height: 0px; display: none;"> <input type="file" class="upload-pic" id="upFile" accept="image/jpeg,image/png" value="upload Img"> <span class="upload-text"></sp...
来源: Laya_社区 发布时间: 20170116
...3(-0.02, 0, 0); Laya.timer.once(0, null, Right); Laya.timer.once(50, null, Left); function Right() { other.owner.transform.translate(move1, true, false); } function Left() { other.owner.transform.translate(move2, true, false); } } } } } 2018-10-17 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20181017
...; = this._childs; childs.sort(this.sortHandler); } public sortHandler(left:Laya.Sprite,right:Laya.Sprite):number{ return left.y-right.y; } 这样实现 当前Sprite里面的可移动sprite元素Y轴小的永远被Y轴大的遮挡,在IDE调试没有问题,但是打包APP(单机)...
来源: Laya_社区 发布时间: 20180228
...skin listPage/checkbox.png lose skin template/ButtonTab/btn_LargeTabButton_Left.png lose skin template/ButtonTab/btn_LargeTabButton_Middle.png [warn]Retry to load: listPage/bg_list.png [error]Failed to load: listPage/bg_list.png [attach]6987[/atta ch] 附件 : --> 2017-10-25 添加评论 免费帖 -...
来源: Laya_社区 发布时间: 20171025
..._italic; underline = _textFormat._underline; padding = String(_textFormat._leftMargin); // leftMargin = value.leftMargin; // rightMargin = value.rightMargin; // indent = value.indent; // leading = value.leading; } public function get txt():String { return _txt; } public function set txt(value:String...
来源: Laya_社区 发布时间: 20170516
....from(args); x.forEach(n => t[0] = t[0] + n); return t[0]; } loop_shift_left(n: number, bits: number) { return (n << bits) | (n >>> (32 - bits)); } A = 0x67452301; B = 0xefcdab89; C = 0x98badcfe; D = 0x10325476; F(b: number, c: number, d: number) { return (b & c) | (~b & d)...
来源: Laya_社区 发布时间: 20190321
...? this.animations.add('down', [0, 1, 2], 10, true); this.animations.add('left', [12, 13, 14], 10, true); 就是一个角色的上下左右动作都放一张图片里面了 2017-12-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...
来源: Laya_社区 发布时间: 20171211
...有关系吗: <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div>
来源: Laya_社区 发布时间: 20171108
...age.scaleMode = StageScaleMode.NO_SCALE; this.stage.align = StageAlign.TOP_LEFT; IFlash.setSize(1000, 600); //2D项目中设置场景尺寸 IFlash.setOrientationEx(1); //是否为横屏模式 IFlash.setBgcolor("#000000"); //背景色 IFlash.showInfo(false); //是否显示帧率 preSwfAssetsTest(); }...
来源: Laya_社区 发布时间: 20151123