Page 1 of 1

Dynamically change patch contents?

Posted: Wed May 06, 2020 10:20 pm
by MClementson
I have a video patch showing an idle animation for a character. What I would like is to be able to swap that video for a different video on mouseover (preferably defined by a polygon hotspot, but not essential), and then a third video on mouse click. Is this possible?

Thanks.

Re: Dynamically change patch contents?

Posted: Thu May 07, 2020 3:22 am
by MClementson
I resolved this by having 3 separate patches overlaid and toggling visibility, rather than trying to dynamically swap the patch contents.

Re: Dynamically change patch contents?

Posted: Thu Dec 22, 2022 11:18 pm
by QUINTADIM
hello!
it's possible view the result?

Re: Dynamically change patch contents?

Posted: Fri Dec 23, 2022 12:49 pm
by Hopki
Hi MClementson,
I would have suggested two options.
The first would be to do what you have done as this is far eiser to do.

But I would also look at using a video element.
If you do this you can use a Set Value action to change the video, you would probably use a splash screen to cover the panorama so the video gets time to load.

Convert teh patch to a point hotspot then add a video element.
Regards,