- This topic has 10 replies, 2 voices, and was last updated 1 year, 9 months ago by kdv.
-
AuthorPosts
-
2023-01-12 at 10:43 am #59542liranhershParticipant
I have a model with a puzzle that allows the head of the character to move after the mouse.
In webflow I place the verge3d layer under another layer. So there is no response.
Is there a way to add additional code that will allow the mouse movement effect on the model even when the layer on the site is under another layer?the link for the website is:
https://demians-stunning-site-09b-43e5d578ed917.webflow.io/
tnx2023-01-13 at 9:46 am #59564kdvParticipantPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-16 at 2:02 pm #59609liranhershParticipantthank you, I tried to make the puzzle but few problems I have:
1. can’t find the puzzle “setTrackPointPosition” in the menu.
2. the exec script show a problem with the code, do you know why?thank you for helping me :)
Attachments:
You must be logged in to view attached files.2023-01-16 at 9:00 pm #59625kdvParticipantDo not make typos.
const
means a constant,cons
means nothing.1. can’t find the puzzle “setTrackPointPosition” in the menu.
It’s a prosedure. You dont need it. Just move the scrip to the existing event listener. Do not create a new one.
Add id to your upper layer div and replace
container
by this id. Enablein parent doc
option.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-23 at 3:35 pm #59766liranhershParticipanthi,
thank you man, I tried do it by yours steps.
I had the screenshoot of the puzzles.
in the website I gived an ID to the div you write.still not working, can you tell me why please?
https://demians-stunning-site-09b-43e5d578ed917.webflow.io/
Attachments:
You must be logged in to view attached files.2023-01-23 at 3:48 pm #59769kdvParticipanterrors
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-23 at 4:20 pm #59772liranhershParticipantI NOT developer, what I need to do to fix it please?
there is a problem with the puzzle?
2023-01-23 at 4:26 pm #59773kdvParticipantthere is a problem with the puzzle?
there is no problem with puzzles. the problem is with your .html files. Your
iframe src
leads to another site (a cross-origin iframe). Generally it’s not allowed. That’s why it has been blocked. At least, JS code can stop working.
Share your app folder…I NOT developer, what I need to do to fix it please?
So what? you’re trying to create a site based on HTML and JS. Read a little about these instruments. Google knows nearly everything )))
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-23 at 5:05 pm #59776liranhershParticipantTHANK YOU,but I really dont find the “ifame src” problem
I UPLOAD THE FOLDER APP FILES,
if you can help me it will be wonderful,Attachments:
You must be logged in to view attached files.2023-01-23 at 5:43 pm #59778kdvParticipanthere is the problem with your iframe: wrong
iframe scr
copy you blue sheep app’s files into the root folder of your site ( where index.html is), replace
https://v3d.net/dr6
byblacksheep5.html
.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-23 at 6:13 pm #59780kdvParticipantIn your case it’s hardly possible to implement this feature working properly. There are blocks in the parent document with the width equal to 1/3 of the window width.
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts
- You must be logged in to reply to this topic.