Sharing photo and lens URL at the same time
Hello community members.
I'm testing out a little quiz. When the quiz ends, a diploma should be displayed, containing a selfie and your score.
My intention is to freeze frame and share this image in order to challenge your friends - like "I got 8 correct answers. Can you beat it?" but is it even possible to include a link to the lens, either in the picture itself or as an URL in a precomposed Snapchat message?
It is essential that a challenge is able to quickly redirect the opponent to the correct lens.
hi Anders Weile
first Snapchat doesn't allow linking any links in the lens but default
any way if it does you cant add a lens link doesn't exist yet.
to show the displayed selfie and your score. you can use behavior script / tweening or by js code
select the last butons of the last answers
then add new component / add touch component then add in the behavior script
and user touch event (tap) and set enable to enable what you what when the user tap
like image below
also add and other behavior script to disable the questions and what you need
also same steps touch events(tap) but the time in set enable we change to disable
Now if you tap the answer its will disable and enable the camera or the project you select
this can work with screen images and screen text and any thing on screen same steps
this was the easy part if you like to use tween or scripting let me know
cheerz
Thank you for your reply.
OK, I recently tested some of Snapchat's own Snappables, which features this functionality and wondered if there were some way to adapt a similar behaviour in Lens Studio. I found a community post, giving a similar answer as you, but it was a few years old.
Regarding the score - much appreciated, but I got this part covered already in an early prototype. The intentions were primarily to find out, if there were some barriers, that I wouldn't be able to pass. before spending too much time on the project. I decided to follow a different approach.