上一页 1 ··· 8 9 10 11 12 13 14 15 下一页
摘要: asp的文件为:123456789101112131415<% dim a,b,ans a=cint(request.form("a")) b=cint(request.form("b")) ans=a+b response.write("<?xml version=""1.0"" encoding=""utf-8""?>") response.contenttype = "text/xml"re... 阅读全文
posted @ 2013-01-10 21:51 thero 阅读(277) 评论(0) 推荐(0)
摘要: 改变影片剪辑的颜色 每个可视化对象都有一个transform.colorTransform 属性, colorTransform 属性是一个flash.geom.ColorTransform 对象实例, 它决定对象的颜色。colorTransform 属性总是返回ColorTransform 对象的一个拷贝,也就说不能直接改变colorTransform属性,而是要先获取1234var yy:Tr... 阅读全文
posted @ 2013-01-08 17:38 thero 阅读(406) 评论(0) 推荐(0)
摘要: in关键字的使用 来自为知笔记(Wiz) 阅读全文
posted @ 2013-01-08 17:32 thero 阅读(183) 评论(0) 推荐(0)
摘要: 点击 这里 下载swf 原素材123456789101112131415161718192021222324var temp:int; stage.addEventListener("mouseMove",rota);//为舞台添加一个监听 var tempNumsin:Number = 0; var tempNumcos:Number = 0; var ganX:Number =0; var g... 阅读全文
posted @ 2013-01-03 14:47 thero 阅读(183) 评论(0) 推荐(0)
摘要: 代码为: 1 2 3 4 5 6 stage.addEventListener(KeyboardEvent.KEY_DOWN,getMsg); function getMsg(me:KeyboardEvent){ char_txt.text=String(... 阅读全文
posted @ 2013-01-03 14:46 thero 阅读(175) 评论(0) 推荐(0)
摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 stage.addEventLi... 阅读全文
posted @ 2013-01-03 14:46 thero 阅读(141) 评论(0) 推荐(0)
摘要: 代码为: fla素材下载,swf下载 1 2 3 4 5 6 7 8 9 10 in_txt.maxChars=10; in_txt.addEventListener("keyUp",chkNum); function... 阅读全文
posted @ 2013-01-03 14:45 thero 阅读(237) 评论(0) 推荐(0)
摘要: 鼠标拖动影片剪辑并拖动后,该影片剪辑外边框显示黄色 1 2 3 4 5 6 7 8 9 mc.addEventListener("mouseDown",godrag); mc.addEventListener("mouseUp",stopd... 阅读全文
posted @ 2013-01-03 14:45 thero 阅读(176) 评论(0) 推荐(0)
摘要: 下载fla文件 ,下载swf文件 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23... 阅读全文
posted @ 2013-01-03 14:44 thero 阅读(316) 评论(0) 推荐(0)
摘要: Math.floor(Math.random()*4); 随机产生一个0-4的随机数 下载fla文件,下载swf文件 1 2 3 4 5 6 7 8 9 10 11 12 13 14 go_btn.addEvent... 阅读全文
posted @ 2013-01-03 14:44 thero 阅读(367) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 下一页