Hi everyone
I have an object and i need to show/hide another object by clicking on my first object. Can anybody help me with the javascript please?
Hi everyone
I have an object and i need to show/hide another object by clicking on my first object. Can anybody help me with the javascript please?
You could use HideCharacter(); and ShowCharacter(); to hide/show
So you would write script saying that if Object 1 is clicked it should HideCharacter(); and to display the hidden object again you would of course use ShowCharacter();