一个简单的按钮类
摘要:
/*** 说明: 这是一个简单的按钮类* * 用法: var btn:MyButton = new MyButton(text,width,height);* * 参数: 1. text 按钮上要显示的文字* 2. width 按钮宽度* 3. height 按钮高度* * 摘自 wayne23 的博客*/package{ import flash.display.Shape; import flash.display.SimpleButton; import flash.display.Sprite; import flash.filters.DropShadowFilter; impo.. 阅读全文
posted @ 2013-08-08 20:48 凡人而已。 阅读(186) 评论(0) 推荐(0)
浙公网安备 33010602011771号