Look at this Picture.
[attachment=0:3f7xejar][/attachment:3f7xejar]
i want it writed to be "Just Get Scored 50 War Points ?"
but it shown "Just Get Scored 50 War Points ? Just"
i use append text.
You need to give more information. Upload the .capx
Develop games in your browser. Powerful, performant & highly capable.
the event "append text" just does as it says: it appends text to already existing text.
If the "50" is a variable, you can do this:
set text -> "Just get Scored "&tostr(yourvariable)&" War Points ?"
You could do like this