Marco Vanossi
- النشاط الكلي 501
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 5 مستخدم
- أصوات 1
- الاشتراكات 200
تعليقات
النشاط الحديث بواسطة Marco Vanossi الترتيب حسب النشاط الحديث-
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...