Page 1 of 1

change text

PostPosted: Wed Jul 26, 2006 11:34 pm
by nappie
so i made a new actor, with text. and after a collision i want to change the text to 'auch!'

how do i do that?
i tried
message = "auch!";

please help me, this is a crusial part of my game :/

PostPosted: Wed Jul 26, 2006 11:35 pm
by DilloDude
Either use the set-text action, or use
Code: Select all
strcpy(text, "auch!");

PostPosted: Wed Jul 26, 2006 11:36 pm
by nappie
ty ^^
i think ill have to learn C coding.. bummer :P