Jacob Knipfing
- النشاط الكلي 280
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 7 مستخدم
- أصوات 4
- الاشتراكات 116
تعليقات
النشاط الحديث بواسطة Jacob Knipfing الترتيب حسب النشاط الحديث-
Hi Nathan, You can do that using a script like this: // @input Component.Image image1// @input Component.Image image2var tapCount = 0;script.image1.enabled = true;script.image2.enabled = false;var ...
-
Hi Andreas, I'm not sure what you mean by having two different sprites on the same sunglasses, can you explain or show what you mean? Thanks,Jacob
-
Hi Colin, I replied in the other thread you posted this question, here: https://support.lensstudio.snapchat.com/hc/en-us/community/posts/360054826911/comments/360008338552
-
Hi Colin, Have you tried using Behavior script? You can set the trigger type to "Marker Tracking Event" and set the Marker Tracking component you want to respond to. Then you can set the delay time...
-
Yes, just set the Response Type to "Play Sound" and fill in either Audio Track, Audio Component, or both.
-
Hi Samuel, You can use Behavior script to trigger an animation based on distance. See the guide on Behavior script here: https://lensstudio.snapchat.com/guides/scripting/helper-scripts/behavior/ An...
-
Hi Dan, Are you running this script in the Update event? Otherwise, it will just run once on the first frame, where time really does equal 0. Check if the time is printing out every frame or just o...
-
Hey 19nsandiso, You'll have to separate the verts if you want each face to use distinct normals. Otherwise they'll share normals, like you said. Let me know if you have any questions about doing th...
-
Hi Barry, Here's a script that cycles through as many colors as you want. Just add them to the colors list. // Bind this to the 'Initialized' event//@input Component.MeshVisual meshVisual//@input v...
-
Hi Campanoodle, There is a way to do this, but it's not ideal because not all devices support it. If you go down this route, make sure you have a way to fallback to other behavior. The basic plan i...