Basically Im wondering if this sort of thing is possible.
Start of layout - Global text - set to "WORD"
on object clicked - Subtract "D" from "WORD"
Global text is now "WOR"
sorry if I'm not being clear enough
Develop games in your browser. Powerful, performant & highly capable.
Wow, Perfect. Thanks so much. Though I'm not sure exactly whats going on.. Mind explaining as a learning experience?
System expressions
left("WORD",1) = W
left("WORD",2) = WO
left("WORD",3) = WOR
left("WORD",4) = WORD
len("WORD") = 4
left("WORD",len("WORD")-1) = left("WORD",3) = WOR