onClipEvent (load) Text Formatting?

Is there a way to change the font of ButtonTextVariable? This is a button that slides in from the left.

I have spent three hours looking for a way, but have yet to find one???
//Button text and URL
onClipEvent (load) {
ButtonTextVariable=“Links”;
url = “links.swf”;
placement = “_root.DisplayArea”;
scale = 0;
}

//Sliding in
onClipEvent (enterFrame) {
if (scale == 1) {
_x = _x+(100-_x)/6;
}
if (scale == 0) {
_x = _x+(20-_x)/10;
}
}

Thank you in advance, :bounce:

Greetings,

I have tried over the last 10 day to find a solution to formatting the text below, but to no avail. I have included a part of the fla in case anyone has an idea (had to remove some things to make the 74k upload limit).

Note:
I have learned a LOT from reading the posts here at Kirupa and am greatful for this forum! I am actually creating my own flash wedding album from scratch (the photographer wanted $1,500 for one!!!) which I will post when completed.

Regards,

Rustyd

Go into the library (or from the stage) and double click to get into the ButtonMaster clip. Lock and hide the first layer called HitZone and you’ll see the text box on the second keyframe. Use the properties panel to change your font settings. Uppercase,lowercase, numerals, and punctuation have already been embedded for the field.

I’m gonna have to get into the wedding gallery business…:slight_smile:

Thank you 999,

I tried the button master a few days ago, but didn’t have properties open when clicking on that frame - works perfectly now!

Best Regards,

Rustyd

It’s big $$.

I’m more of an ASP VBScript guy learning (trying!) Flash, so if you are using VBS, drop me a note if you need some assistance.

Rustyd