Home › Forums › General Questions › strange click behavior in verge
- This topic has 7 replies, 2 voices, and was last updated 8 months, 1 week ago by kdv.
-
AuthorPosts
-
2024-04-13 at 2:49 am #72292visualizerCustomer
Hi
I noticed this strange behavior recently. This never happened before actually. see the videohttps://drive.google.com/file/d/1Jy5oK-z3tqxdCclUhPylv8tXZzOI45vT/view?usp=sharing
I have setup a very simple puzzles to change colors of the spheres. upon clicking they should change material.
But the strange thing happens is, it takes only one click and second click doesn’t work on other sphere to change the material. I have to refresh the scene then only it happens.
This weird behavior I noticed recently.
Actually it should respond to puzzle set action infinitely & as many times as user clicks.whats the thing happening exactly?
- This topic was modified 8 months, 2 weeks ago by visualizer.
- This topic was modified 8 months, 2 weeks ago by visualizer.
2024-04-13 at 6:29 am #72296kdvParticipantPuzzles 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.
2024-04-13 at 12:11 pm #72297visualizerCustomerkdv
Based on the ref. video I checked.My question is why second attempt of click fails ? any of the sphere I click first time thing happens as expected but the second attempt doesn’t work at all.
If I click left sphere first then right sphere doesnt responds for click and & if I click right one first the left one doesnt respond.
That is the confusion.2024-04-13 at 12:41 pm #72298kdvParticipantwatch that tutorial again (to the end). with a little more attention. the problem is not in clicking, it’s in materials. Material four is your case.
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.
2024-04-13 at 5:37 pm #72300visualizerCustomerYeah.
I resolved my issue already after seeing it first attempt.
However something is still there missing out.2024-04-13 at 7:22 pm #72304kdvParticipantIf I click left sphere first then right sphere doesnt responds for click and & if I click right one first the left one doesnt respond.
When you discover for yourself such a useful debugging tool as the console log it will be much easier to code with puzzles and control every step in case of having problems…
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.
2024-04-14 at 8:18 am #72309visualizerCustomerYes correct
2024-04-14 at 9:10 am #72310kdvParticipant -
AuthorPosts
- You must be logged in to reply to this topic.