Test volume list

xiaoxiao2021-03-06  64

The first is Bai Yusi traffic: Bai Yusi is not sent yesterday, but it is the most active, most enthusiastic ~!

Pre {Font-Family: "Courier New", Courier, Arial; font-size: 12px;}

. galan {color: # 000000;

. readyword {color: # 993300;

.IDENTIFIER {color: # 000087;

.properties {color: # 000087;

{Color: # 000087;

.LINECMMMENT, .BLOCKCOMMENT {Color: # 808080;

. String {color: # 0000ff;}

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;

Oneterframe = function () {

TXT._X = _xmouse 15;

TXT._Y = _YMOUSE 20;

TXT.SETTEXTFORMAT (MyFormat);

}

}

Function endtip () {

Delete this.onterframe;

RemoveMovieClip (TXT);

}

/ / Display TIP

btn.onrollover = function () {

Showtip (0x666666, "this is my first test field object text");

}

btn.omrollout = endtip;

The provision is very clear, simple, good ~!

转载请注明原文地址:https://www.9cbs.com/read-88583.html

New Post(0)