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. I had seen it already and it doesn't mention anything against adding a logo as long as it's not copyright protected by a 3rd party.
-
Thanks Jonathan. That will save a lot of time next time. I’ve used this for my lens “ur celeb twin” under my username @viralstuff and the lens is showing up in the trending section with over 1 mi...
-
Ok. Thanks. I have a list of a few more bugs as well.
-
Thank you! I was able to achieve this!
-
Which brings another question. Is it possible to have a "on start recording" / "on end recording" event? I could use that to show/hide the sliders... thanks
-
I was able to make it work. I had to create a new object and attach my script to it. The way I found out was by playing around with the High Score template which uses a Component.ScriptComponent ...
-
I tried this now on a text object and it does work < 1 second. thanks
-
I was also able now to do //@input Component.Text myText script.myText.text = "new text" by linking the script text component. I think the documentation should be more clear on the steps t...
-
I was able to make it work now like this var sceneObj = script.getSceneObject(); var textObjt = sceneObj.getChild(0).getComponent("Component.Text") textObjt.text = "new text"
-
Hey guys, In both cases I got: 13:43:46 [Scenarium] TypeError: cannot write property 'text' of nullat [anon] (Script.js:8) preventsyield Any ideas why? thanks the script is added to ...