You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be more convenient if you can just add more text behind existing text string and it will keep typing
Kinda like how message display in RPG game during a battle, extra message just added behind existing text and keep playing
Maybe something like this will work?
public function appendText(Text:String):Void
{
_finalText += Text;
}
The text was updated successfully, but these errors were encountered:
It will be more convenient if you can just add more text behind existing text string and it will keep typing
Kinda like how message display in RPG game during a battle, extra message just added behind existing text and keep playing
Maybe something like this will work?
The text was updated successfully, but these errors were encountered: