[FONT=Lucida Sans Unicode][COLOR=green]Hi! i am currently migrating some of my Action script 2.0 code to AS 3.0 and I need some help converting this line of code[/COLOR][/FONT]
[FONT=Lucida Sans Unicode][/FONT]
[FONT=Lucida Sans Unicode]function newAlert (alertTxt:String, alertType:String, trkName:Object):void {[/FONT]
setBtnState(alertsWin.portVab22, “active”);
setBtnState(alertsWin.expand_mc, “active”);
vabOn("portrait, “portVab22”);
var alertStr:String = alertTxt.toUpperCase();
[COLOR=green]If you could give me some guidance that would be great![/COLOR]
[COLOR=green]Thank you so much for your time and help[/COLOR]