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.

is this little weird function of “proxy click” possible in verge?

Home Forums General Questions is this little weird function of “proxy click” possible in verge?

  • This topic has 3 replies, 2 voices, and was last updated 2 months ago by kdv.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #71181
    visualizer
    Customer

    Is it possible to give a proxy click in verge?
    I mean,
    Case 1 –
    the scene has objects A, B & C. All three has different animations in scene.
    Can I assign a click on A as a as a parallel or a proxy click to B? & also to C as well ?
    Note – I don’t want to assign clicking of A to start animation of B & C

    Case 2 –
    Scene has object A & there is something in parent doc. lets say B is html button
    Can I assign a click on A object to also assign a proxy click to B that is html button?

    Consider it is a kind of relay function or a proxy event.

    • This topic was modified 2 months ago by visualizer.
    • This topic was modified 2 months ago by visualizer.
    #71188
    kdv
    Participant

    Note – I don’t want to assign clicking of A to start animation of B & C

    What’s the difference? :scratch: In both cases B and C animations will start.

    Case 2 –

    document.getElementById('some_id').click();

    or if your element is in a parent document
    parent.document.getElementById('some_id').click();

    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.

    #71193
    visualizer
    Customer

    hey KDV
    during discussion with the industrial team, we envisaged some areas where this type of proxy action is needed. Its a primary phase as of now.
    However something I wanted to just test before we discuss something with more deep & challenging comes ahead of us.

    When it comes to actual there might be more of such trick needed & I already have you in mind for the same.

    #71195
    kdv
    Participant

    during discussion with the industrial team

    :scratch: Ok, just think a little more…

    What is supposed to happen when B is clicked directly? What is supposed to happen after that so-called proxy click on B? As I see, in both cases exactly the same action will be performed. No? You see some other variants?

    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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.