Ok, this is what I want, when an object is clicked on it, it makes a group of objects visible. So on the clickable object I put:
Sub Object_OnClick
gmenu.visible = True
End Sub
gmenu ONE of the objects I want visible on click. But it won't appear! Its on screen, but in its script I put that on Script Enter "visible = false". That should change when I click on the other object though right?