
Jhonnel Pica
- Total activity 102
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 35
Activity overview
Latest activity by Jhonnel Pica-
Jhonnel Pica created a post,
Accessing the variable in created event script
How do I access the varialbe of an script that I created through a script? Is it possible? Here is my Code // -----JS CODE-----// @input SceneObject objNullfunction onStart(){applyCode(script.objNu...
-
Jhonnel Pica commented,
Thanks @olha
-
Jhonnel Pica created a post,
How to destroy cloned material?
If I can clone a material and apply it to an object, then if I destroy the object with clone in material in it is the cloned material is destroy together with that object? if no.. how can I destro...
-
Jhonnel Pica created a post,
array.find() is it working?
Hi, I am trying to do this array find tutorial to snapchat but it gives me error when I apply it to my project. I copy the exact tutorial but it gives error, here is my code // -----JS CODE-----var...
-
Jhonnel Pica commented,
Thank you Sir modelsbymike3d
-
Jhonnel Pica created a post,
Get the color out from device texture
How to get do we get the color from device texture in x & y axis?
-
Jhonnel Pica commented,
modelsbymike3d , Thank you so much sir! I discover and understand because of your reponse to me.
-
Jhonnel Pica commented,
I tried it, the first option print(obj.name + " is tapped!"), but it returns the last index object name instead of the tapped object?
-
Jhonnel Pica created a post,
Q: Component.ScriptComponent
I am trying to build a simple script that creates a Component.ScriptComponent on all of the children objects which prints the name of the tapped object upon tapping on it. But instead of the name o...
-
Jhonnel Pica commented,
I actually tried everything you said but that jump from positive to negative value is still exist, that is the reason of the bugs on our projects. I hope someone can give solution to this problem