Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hey!
I want to unpress a 3D Imagebutton (Button1), when I press another 3D Press Button (Button2).
Can anybody help me with the code for the function which is called when Button 2 is pressed?
I found this article, but I am not able to transform it in a way that it's working.
https://community.ptc.com/t5/Vuforia-Studio/Buttons-pressed-amp-unpressed/m-p/559590
Kind Regards,
Marius
Solved! Go to Solution.
Hi,
you just need bind the pressed event of button 2 to the reset service of button 1.
No code necessary.
Hi,
you just need bind the pressed event of button 2 to the reset service of button 1.
No code necessary.
That was easy. Thank you!