实战Flash mx 2004+XML+ASP
作者 佚名技术
来源 服务器技术
浏览
发布时间 2012-07-12
_root.bill2.sgxg.background = false; _root.bill2.sgxg.backgroundColor = "0x666666"; _root.bill2.sgxg._visible = true; _root.bill2._x = 50; _root.bill2._y = 425.6-render*25; //烧结南秤 render = FileRepley.childNodes[0].attributes["烧结南秤"]; _root.lineTo(75, 447.6-render*25); _root.createEmptyMovieClip("showNum3", 3); theItem = _root["showNum3"]; theItem._x = 75; theItem._y = 447.6-render*25; theItem.index = 3; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill3", 53); _root.bill3.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill3.sgxg.text = render; _root.bill3.sgxg.border = false; _root.bill3.sgxg.textColor = "0xffffff"; _root.bill3.sgxg.borderColor = "0xffffff"; _root.bill3.sgxg.background = false; _root.bill3.sgxg.backgroundColor = "0x666666"; _root.bill3.sgxg._visible = true; _root.bill3._x = 75; _root.bill3._y = 425.6-render*25; //烧结北秤 render = FileRepley.childNodes[0].attributes["烧结北秤"]; _root.lineTo(100, 447.6-render*25); _root.createEmptyMovieClip("showNum4", 4); theItem = _root["showNum4"]; theItem._x = 100; theItem._y = 447.6-render*25; theItem.index = 4; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill4", 54); _root.bill4.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill4.sgxg.text = render; _root.bill4.sgxg.border = false; _root.bill4.sgxg.textColor = "0xffffff"; _root.bill4.sgxg.borderColor = "0xffffff"; _root.bill4.sgxg.background = false; _root.bill4.sgxg.backgroundColor = "0x666666"; _root.bill4.sgxg._visible = true; _root.bill4._x = 100; _root.bill4._y = 425.6-render*25; //200T轨道衡 render = FileRepley.childNodes[0].attributes["200T轨道衡"]; _root.lineTo(125, 447.6-render*25); _root.createEmptyMovieClip("showNum5", 5); theItem = _root["showNum5"]; theItem._x = 125; theItem._y = 447.6-render*25; theItem.index = 5; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill5", 55); _root.bill5.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill5.sgxg.text = render; _root.bill5.sgxg.border = false; _root.bill5.sgxg.textColor = "0xffffff"; _root.bill5.sgxg.borderColor = "0xffffff"; _root.bill5.sgxg.background = false; _root.bill5.sgxg.backgroundColor = "0x666666"; _root.bill5.sgxg._visible = true; _root.bill5._x = 125; _root.bill5._y = 425.6-render*25; //150T轨道衡 render = FileRepley.childNodes[0].attributes["150T轨道衡"]; _root.lineTo(150, 447.6-render*25); _root.createEmptyMovieClip("showNum6", 6); theItem = _root["showNum6"]; theItem._x = 150; theItem._y = 447.6-render*25; theItem.index = 6; theItem.attachMovie("circle", "circle", 1); //============== _root.createEmptyMovieClip("bill6", 56); _root.bill6.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill6.sgxg.text = render; _root.bill6.sgxg.border = fals |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 在SWF中获取HTML网页参数下一篇: 球体发光效果和基础Action的学习
关于实战Flash mx 2004+XML+ASP的所有评论