Brandon / Apoc
I make lenses for brands: https://scarletsocial.com Snap Lens Network Member Check out my YouTube for some tutorials: https://youtube.com/c/apocthelegend Lens Studio Pro :P
- النشاط الكلي 485
- النشاط الأخير
- عضو منذ
- يتابِع 0 مستخدم
- متابَع من 13 مستخدم
- أصوات 15
- الاشتراكات 223
نظرة عامة على الأنشطة
آخر نشاط بواسطة Brandon / Apoc-
Brandon / Apoc قام بالتعليق،
But, you could put on screen buttons you trigger with a mouse click. That's the only perfect way for multiple really, unless you just cycle through all options with the single key. I haven't tested...
-
Brandon / Apoc قام بالتعليق،
I don't think there is a way, the only option for keyboard support on Snap Cam is the single interaction key you can bind which is a full screen tap event
-
Brandon / Apoc قام بالتعليق،
You still use global.tweenManager The autocomplete only shows existing objects in Lens Studio and ones made in that particular script. global ones made in another script, though still accessible, d...
-
Brandon / Apoc قام بالتعليق،
make sure you have any script blockers turned off, as you also have to accept the recaptcha which can be blocked by those sometimes
-
Brandon / Apoc قام بالتعليق،
it is not possible unfortunately
-
Brandon / Apoc قام بالتعليق،
I'm not sure what operating system you are on, but open the process manager for it (like task manager in windows) and check for anything called snap camera and force end it.
-
Brandon / Apoc قام بالتعليق،
array.find is an ES6 method, you will have to use an ES5 friendly way since LS is mostly ES5. You can fix it with a polyfill, just add this code in your script. Make sure it is placed near the top,...
-
Brandon / Apoc قام بالتعليق،
It looks correct, so it could be something not closed properly on the lines above. It could also be a random blank character or abnormal character, you may want to try retyping it, if it was pasted...
-
Brandon / Apoc قام بالتعليق،
Can you share any screenshots or scripts in the project to help diagnose?
-
Brandon / Apoc قام بالتعليق،
You should first learn the basics of javascript, specifically ES5 javascript. There are a lot of places online for this like FreeCodeCamp, it shouldn't be too difficult to transfer your python know...