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;
}
}
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.
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.