if you make a function like:
- Code: Select all
void makeText()
{
sprintf(text_actor.text, "hello world");
}
The actor's text does not change when you call this function. I have also noticed I can't change text actors x,y coordinates from global code, but actors with animations work fine.