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.

bug with clickable objects

Home Forums Puzzles bug with clickable objects

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #37675

    hi, when using objects as buttons, two identical plane objects in same position, and using puzzles to hide one another upon clicking on it, it simply wont work, but if i move one of the objects a little away then it works,

    this used to work in earlier versions, but not with the 3.5.0
    its crucial that this works since i have made larger apps with this method,

    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:a9b93b27fc/applications/timx_grabber/timx_grabber.html

    Attachments:
    You must be logged in to view attached files.
    #37677

    Hi,

    can you try this approach

    click mouse bug

    Chief 3D Verger | LinkedIn | Twitter

    #37678

    ok, i didnt know that someone else reported this.

    i tried enable xray but didnt work

    #37680

    if this is a bug that will be fixed in coming versions ill be fine, ill just not update those affected apps and for now just using a different method.

    #37681

    could you please isolate this issue in a simple project and share with us?

    Chief 3D Verger | LinkedIn | Twitter

    #37682
    #37683

    Can you attach the sources? Also what is the expected result?

    Chief 3D Verger | LinkedIn | Twitter

    #37685

    i didnt save the blend file, but packed the app folder,
    the expected result should be that when you click on the green plane the green plane is hidden and the red plane appears, and visa versa,

    problem is that when theese two planes are in same position the visible planeis non clickable, i suspect that verge takes the hidden plane into account and blocks the visible plane from being able to be clicked, even though its not visible.

    #37710

    Hi Anders,
    Looks like you have classical race condition situation in your logic. When you click on the Plane, it hides but Plane.001 appears and thus immediately receives the same click event which was supposed for Plane only. To fix this, simply add timer puzzle with 0 seconds timeout:

    Attachments:
    You must be logged in to view attached files.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #37713

    ok! nice! thanks for helping out! :good:

    but why did it work before in the later version? cant remember which.

    #37717

    Glade it helped. We changed behavior of click puzzle in some of the recent versions of Verge3D (added more options, such as X-Ray).

    Soft8Soft Tech Chief
    X | FB | LinkedIn

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