var myFont:Font = new Stylo();
var myTextFormat:TextFormat = new TextFormat();
myTextFormat.font = myFont.fontName;
myTextFormat.size = 16;
myTextFormat.color = 0xFFCC00;;
btnYes.setStyle("embedFonts", true);
btnYes.setStyle("textFormat", myTextFormat);
btnNo.setStyle("embedFonts", true);
btnNo.setStyle("textFormat", myTextFormat);
//answer.visible=false;
btnYes.addEventListener(MouseEvent.CLICK, select_option);
btnNo.addEventListener(MouseEvent.CLICK, select_option);
var option:String;
function select_option(e:MouseEvent):void
{
My new Animations
-
Hi Guys, Some stuff ive been working Back 2 the future
https://www.youtube.com/watch?v=s3nwI2pvhKM Johnny Bravo
https://www.youtube.com/watch?v=U5WlK9YZrYw...
Everything You Need to Know about RAID Levels
-
As businesses expand, the demand for stable and robust infrastructure
arises. One of the essential characteristics of a scalable system is good
memory ma...