Hey guys need your help
how can i make a text scroll from right to left and destroy the letter that go out of the screen
thank you
Develop games in your browser. Powerful, performant & highly capable.
To remove letters use left("string",len("string")-Letters to subtract)) or right().
You coyuld create a scroll by amending letters f.e string+"letter", if i understand you correxctly, or do you mean the whole text box should scroll?