How do set string as a variable? #3018
-
Currently I have been working on a small little game with friends as a small submission for a project, and right now because of how new I am to Haxe and that stuff, is it possible to set a FlxText string or something to a variable always? Or atleast have some kind of big score text at the top of the screen? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
you could do but the discussions and discord exist |
Beta Was this translation helpful? Give feedback.
-
oh sry mb, thx for the help tho! |
Beta Was this translation helpful? Give feedback.
-
np |
Beta Was this translation helpful? Give feedback.
you could do
exampleFlxText.text = string;
but the discussions and discord exist