Question: NAME[3] STRING ACTOR VARIABILE
Posted: Thu Mar 12, 2009 5:55 pm
HI at ALL,
I do not know how to use this var to give a name. I do:
NAME[0] = " EROE";
NAME[1] = " EROE1";
NAME[2] = " EROE2";
TEXT.text = NAME[1];...but not work.
------------------------
NAME: string actor var
ATTORE[0] = CreateActor("EROE_1", "EROE_1", "(none)", "(none)", 0, -1, true);
ATTORE[0]->NAME = "heroe";<---not work:
Please,help me with this code?
Tnk1000.
I do not know how to use this var to give a name. I do:
NAME[0] = " EROE";
NAME[1] = " EROE1";
NAME[2] = " EROE2";
TEXT.text = NAME[1];...but not work.
------------------------
NAME: string actor var
ATTORE[0] = CreateActor("EROE_1", "EROE_1", "(none)", "(none)", 0, -1, true);
ATTORE[0]->NAME = "heroe";<---not work:
Please,help me with this code?
Tnk1000.