View Single Post
  #19  
Old 06-06-2007, 03:32 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by cbkbud View Post
showtext shows an image, which the engine generates with the characters given. It isn't a GuiTextCtrl, or such, and the text can't be changed like that ...

You need to reshow the text in order for it to change.
No you don't. In fact, let me show you something that the engine has in it.

PHP Code:
function showtext(inxnyfst) {
  
findimg(i).text t;
  
findimg(i).nx;
  
findimg(i).ny;
  
findimg(i).font f;
  
findimg(i).style s;

I may have gotten some of the variable names wrong but in essence, that is all that that function is doing.
__________________
Do it with a DON!
Reply With Quote