> So i hit set text what do I put in it? Object name, followed by dot, followed by instance variable name. For example: Enemy.armor
> So i hit set text what do I put in it?
Object name, followed by dot, followed by instance variable name.
For example:
Enemy.armor
Ok, thanks for the help!
Develop games in your browser. Powerful, performant & highly capable.
Create a Text object. Add "TextObject set text to Player.varName" action into the event where you change this variable. Or you can do it on every tick.
So i hit set text what do I put in it?
Create a Text or SpriteFont object and add an action like this: ScoreText set Text to "My score: "&Player.ScoreVariable
Create a Text or SpriteFont object and add an action like this:
ScoreText set Text to "My score: "&Player.ScoreVariable
Ok, I will look into it. Thanks!
I'm trying to make a game with a scored and I'm using an instance variable for it. Is there a way to show it on screen in game?
Hi, My team need to wrap Construct JS inside Angular. Is it possible to create function inside Construct to call external function in Angular that wrap Construct? I tried to find sample of this solution with out success. Br, Can you elaborate more on what you want?
Hi,
My team need to wrap Construct JS inside Angular. Is it possible to create function inside Construct to call external function in Angular that wrap Construct?
I tried to find sample of this solution with out success.
Br, Can you elaborate more on what you want?