Mikael Hagen Johansen
I believe in making the impossible possible because there’s no fun in giving up.
- Total activity 906
- Last activity
- Member since
- Following 6 users
- Followed by 20 users
- Votes 70
- Subscriptions 339
Comments
Recent activity by Mikael Hagen Johansen Sort by recent activity-
Yeah, i was about to edit the comment to suggest you to not use it due to fps drop. Let me try to figure out another way for you.
-
Hello, You can do something like this, function sleep(milliseconds) {var start = new Date().getTime();for (var i = 0; i < 1e7; i++) {if ((new Date().getTime() - start) > milliseconds){break;}}}var ...
-
If you want it to happen every frame, here's a event you can use for that https://lensstudio.snapchat.com/api/classes/UpdateEvent/
-
My Pleasure. Let me know if you got more questions or anything else i can help you with. Happy creating!
-
I would love to check it out if you wish to do so. Please upload it to google drive. It could work. If not, contact the lens studio team via the form above so they can investigate. The snapcode is ...
-
Do you still have the project file? If so, try to open the project and check if a lens studio tells you to update the project file to a newer version. If no,please reach out to Lens Studio Team via...
-
Hi Dale, For waiting for things, you should be using DelayedCallback. See example here: https://lensstudio.snapchat.com/api/classes/DelayedCallbackEvent/ Or something similar to what Peter posted h...
-
Hi Emile, You can reach out to them via this form below for faster response. https://support.lensstudio.snapchat.com/hc/en-us/community/topics Click "Report a bug or error". If you did reach out to...
-
Hi Amanda, You can use the template called "Face Paint" and look at this, https://support.lensstudio.snapchat.com/hc/en-us/community/posts/360008886663-Mouth-Opened-Animation-Trigger
-
Hello Phil, I think this video on Lens Studio's youtube channel will help you a lot. https://youtu.be/6SYBmg8O6Fg?t=1413 Let me know if i can help you with something else. Goodluck!