How about breaking the group up? Instead of this:

Group A
  object 1
  object 2
  object 3
  object 4

Do this:

Group A
  object 1
  Group B
    object 2
    object 3
    object 4

That way you can make Group B invisible and then set the visible of object 1 to true or false as you please.

On Saturday, August 30, 2003, at 03:54 PM, Barry Levine wrote:

I have a group of four images that is invisible until needed. I'd now like to show only one of those images when a user clicks at a certain location. I have no trouble determining when the user has clicked the appropriate spot.

I've tried showing and hiding the image alone but, as the group is invisible, the "showing/hiding" is taking place in an invisible object so, of course, you don't see it.


regards,


Geoff Canyon
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to