
cristian garzena
- Total activity 18
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by cristian garzena-
cristian garzena commented,
Thanks for the reply but I have no idea how to do what you advised me
-
cristian garzena created a post,
Change the soundboard templatel to make 3D objects appear
Hi to everybody I looked at the soundboard template, I managed to make a mesh appear instead of a sprite, but i'm stuck . I managed to replace the sprite with a 3d object, now when i click the bu...
-
cristian garzena commented,
Hi kaitlyn, I looked at the soundboard template, I managed to make a mesh appear instead of a sprite, but now I'm stuck again. When you click the button, the object appears and when the sound ends,...
-
cristian garzena commented,
Hello Kailyn, I looked but I can not replace the images with 3D objects, I can not figure out how to write the code to take the 3D object and hide it, I tried with// @ input Component.MeshVisual me...
-
cristian garzena created a post,
Change 3d mesh with tap on a button
In the project I'm trying to make, I created a series of images (4), which I would like to have buttons to make the corresponding mesh appear and hide the others. Now I have followed this tutorial ...
-
cristian garzena commented,
Hi Travis, you're a god!Thank you thank you!!!!
-
cristian garzena commented,
// -----JS CODE----- //@input SceneObject[] items // @input float showTime = 4.0 //Array are indexd from 0. //Disable everythinh but the first (0th) item for (var i = 1; i < script.items.le...
-
cristian garzena commented,
Another thing, I also attach the code for the tap
-
cristian garzena commented,
Hi Travis, thank you for your time. I have an event that activates when I open my mouth (a sound activates, lasts 4 seconds and a screen appears on the screen) and another one whose touching one s...
-
cristian garzena commented,
// -----JS CODE----- // @input Component.SpriteVisual billboardSprite // @input Asset.AudioTrackAsset audioTrack // @input float showTime = 4.0 var audioComponent = null; function onMouthOpen...