Other people have suggested various loops to try, but you might also find that smaller groups may work for you. If you have 8 fields & 8 buttons, so they all need to be shown individually at some time? If not, perhaps you could group the objects that always show or hide together and then use a loop to show/hide the others.
One other tip: if you put "lock screen" before a show or hide loop, the speed will be enormously increased.
Cheers, Sarah [EMAIL PROTECTED] http://www.troz.net/Rev/
On Tuesday, July 22, 2003, at 07:34 am, Lars Brehmer wrote:
Hi there!
I am one of those COMPLETELY non-programming people trying to use Revolution to develop a good idea into an inexpensive commercial product. The manual is currently unavailable (I will buy a copy the second it is available and am waiting to hear about any 3rd party books on Revolution!) and I have 2 absolute beginner's questions:
1. Is there a way to hide multiple objects without a line for each one in the handler? If I have to have a code line for each object and there are 8 fields and 8 buttons on each card, the stack gets real big real fast. I've tried
hide field 1,2,3,etc hide fields 1,2,3,etc hide field 1-8 hide fields1-8
and so far nothing works. I obviously have no clue about code syntax!
I also tried grouping themand hiding the group, but when other handlers need to show individual objects, it either doesn't work or I need to ungroup the group and am right back where I started! Can anyone help me?
<snip>
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
