第一份是白乌鸦交的:
白乌鸦昨天开会一言不发, 想不到却是最积极,最热情的~!
function showTip(color, x) { createTextField("txt", 1, _xmouse+15, _ymouse+20, x.length*5, 16); txt.multiline = false; txt.wordWrap = true; txt.border = true; txt.selectable = false; txt.borderColor = color; myformat = new TextFormat(); myformat.font = "Verdana"; myformat.color = color; myformat.size = 9; txt.text = x; onEnterFrame = function () { txt._x = _xmouse+15; txt._y = _ymouse+20; txt.setTextFormat(myformat); }; } function endTip() { delete this.onEnterFrame; removeMovieClip(txt); } //显示tip btn.onRollOver = function() { showTip(0x666666, "This is my first test field object text"); }; btn.onRollOut = endTip;
条理很清晰,简洁, 不错~!
博客提及考卷列表,其中第一份是白乌鸦交的。白乌鸦开会时一言不发,却在交考卷一事上表现得积极热情。
1765

被折叠的 条评论
为什么被折叠?



