上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页

2019年6月18日

as3.0 随机不重叠

摘要: package com{ import flash.display.MovieClip; import flash.geom.Rectangle; import flash.display.Sprite; import flash.utils.Timer; import flash.events.TimerEvent; public class ... 阅读全文

posted @ 2019-06-18 14:09 zqiang0803 阅读(393) 评论(0) 推荐(0)

Math 总结

摘要: Math.abs()//计算绝对值 Math.acos()//计算反余弦值 Math.asin()//计算正切值 Math.atan()//计算反正切值 Math.atan2()//计算从x坐标轴到点的角度 Math.ceil()//将数字向上舍入为最接近的整数 Math.cos()//计算余弦值 Math.exp()//计算指数值 Math.floor()//将数字向下舍入为最... 阅读全文

posted @ 2019-06-18 11:55 zqiang0803 阅读(234) 评论(0) 推荐(0)

2019年6月5日

as3.0主时间轴

摘要: root["mc"].stop()//fla主时间轴 MovieClip(thisMc.root).nextFrame(); //as包 阅读全文

posted @ 2019-06-05 13:57 zqiang0803 阅读(252) 评论(0) 推荐(0)

2019年6月1日

as3.0摄像头画面反了

摘要: vid.scaleX=-scaleX 阅读全文

posted @ 2019-06-01 13:52 zqiang0803 阅读(116) 评论(0) 推荐(0)

as3.0获取摄像头的时候会弹出框,怎么禁止

摘要: 1.右击 2. 阅读全文

posted @ 2019-06-01 09:24 zqiang0803 阅读(224) 评论(0) 推荐(0)

2019年5月31日

as3.0 获取摄像头,拍照,重拍

只有注册用户登录后才能阅读该文。 阅读全文

posted @ 2019-05-31 17:00 zqiang0803 阅读(12) 评论(0) 推荐(0)

as3.0 拖动条

摘要: package com{ import flash.display.MovieClip; import flash.utils.Timer; import flash.events.TimerEvent; import flash.events.MouseEvent; import flash.geom.Rectangle; public cla... 阅读全文

posted @ 2019-05-31 15:31 zqiang0803 阅读(185) 评论(0) 推荐(0)

2019年5月30日

as3.0 点字出现字

摘要: //帧上 import com.FifthFrame; FifthFrame.answerStr="2222222" FifthFrame.wordStr="22222222222222222" var f5:FifthFrame=new FifthFrame(this,clickMc,txtMc) f5.nextFun(nextBtn) package com{ import ... 阅读全文

posted @ 2019-05-30 15:23 zqiang0803 阅读(269) 评论(0) 推荐(0)

2019年5月29日

as3.0点击获取TLF文本的实例名

摘要: TLF文本和传统文本不一样 1.传统文本直接e.target就能得到传统文本的实例名 2.TLF文本不一样,得需要两个parent才能得到实例名(原因不详) 阅读全文

posted @ 2019-05-29 17:33 zqiang0803 阅读(251) 评论(0) 推荐(0)

2019年5月10日

点击字进框,点击框返回点击的地方

摘要: package com{ import flash.display.MovieClip; import flash.events.MouseEvent; import flash.text.TextField; public class XYX extends MovieClip { private var thisMc:MovieClip;... 阅读全文

posted @ 2019-05-10 14:45 zqiang0803 阅读(200) 评论(0) 推荐(0)

上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页

导航