Marco Vanossi
- Total activity 501
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 1
- Subscriptions 200
Comments
Recent activity by Marco Vanossi Sort by recent activity-
Thanks guys I'll let you know once I try. Been traveling.
-
Interesting I was sure to have tried that without success. I'll try again and report.
-
thanks I'll give it a try
-
I’m on my phone but I probably just do like Var textObject = scene.getChild(0); textObject.text = “my text”; //but the below hides it textObject.enabled = false;
-
I spent an hour debugging it and ended up creating 12 text objects one for each text I had to show and just hiding/showing the ones I needed instead of dynamically changing the text. Do I have to s...