Thread: GUI Flash Help!
View Single Post
  #17  
Old 01-29-2011, 05:48 AM
Cloven Cloven is offline
Delteria
Cloven's Avatar
Join Date: Dec 2006
Location: Florida, United States
Posts: 542
Cloven has a spectacular aura about
Send a message via AIM to Cloven
Quote:
Originally Posted by Toxen View Post
Tryed that, well i tryed using an html object with a bunch of variables but I could not get it to work without rc giving me errors .
Should be able to use -some- html tags with GUI's. If doing "text = blah" isn't working try using setText(str) and make sure to use a GuiMLTextCtrl.

Example:
PHP Code:
My_Control.setText("<b><u><just:center>" YourTxtHere "</u></b>"); 
... or something to that effect.
Reply With Quote