Showing one image in a hidden group of images

Geoff Canyon gcanyon at inspiredlogic.com
Sat Aug 30 23:46:00 EDT 2003


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
gcanyon at inspiredlogic.com




More information about the use-livecode mailing list