We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

move head animation by moving the mouse

Home Forums Puzzles move head animation by moving the mouse

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #59542
    liranhersh
    Participant

    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/
    tnx :bye:

    #59564
    kdv
    Participant


    https://v3d.net/dqv

    Puzzles and JS. 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 meaning at all.

    #59609
    liranhersh
    Participant

    thank 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.
    #59625
    kdv
    Participant

    Do 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. Enable in parent doc option.

    Puzzles and JS. 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 meaning at all.

    #59766
    liranhersh
    Participant

    hi,

    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? :unsure:

    https://demians-stunning-site-09b-43e5d578ed917.webflow.io/

    Attachments:
    You must be logged in to view attached files.
    #59769
    kdv
    Participant

    errors

    Puzzles and JS. 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 meaning at all.

    #59772
    liranhersh
    Participant

    I NOT developer, what I need to do to fix it please?

    there is a problem with the puzzle?

    #59773
    kdv
    Participant

    there 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. 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 meaning at all.

    #59776
    liranhersh
    Participant

    THANK 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.
    #59778
    kdv
    Participant

    here 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 by blacksheep5.html.

    Puzzles and JS. 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 meaning at all.

    #59780
    kdv
    Participant

    In 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.

    https://v3d.net/ehc

    Puzzles and JS. 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 meaning at all.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.