Hi,
I would say this way:
- make two hotspots - one with the image, one with the textfield
- the image one visible and the textfield one invisible at start
- both with distorted=true and the same ath/atv coordinates
- set rx=90 (or -90) to the textfield hotspots (rx = rotation along the x-axis)
- disable the textfield hotspot at startup
- in the onover event of the image hotspot tween the rx of the image hotspot to 90 and rx of the textfield hotspot to 0
- in the donecall of the tween enable the textfield hotspot and disable the image hotspot
- in the onout event of the textfield hotspot tween the rx values back and again in the tween donecall disable the textfield hotspot and enable the image hotspot
That should work the same as in your linked example and would work also in VR.
Best regards,
Klaus
Thank you!
Are there other solutions?
Can I use webgl to solve?