Text and Variables
Another problem... LoL. I did something like this:
int & pooper = say_xy("&Blah", 0 ,75);
sp_kill(&pooper, 0);
But the text doesn't update when the variable does... Is there a way to facilitate this without creating a goto loop that kills the sprites and recreates them each cycle?
int & pooper = say_xy("&Blah", 0 ,75);
sp_kill(&pooper, 0);
But the text doesn't update when the variable does... Is there a way to facilitate this without creating a goto loop that kills the sprites and recreates them each cycle?
Nope... if you want text to change, even if it has variables in it, you have to re-create it. So you'll have to use a goto loop of some sort.








