-
1. Re: Is there a way to show/hide a group of objects that will work in html5?
Lilybiri Sep 10, 2014 7:52 AM (in response to Ian C ADC)Within Captivate with advanced and shared actions you can perfectly control groups. I'm using that feature all the time since it appeared with Captivate 6. This is my first talk about it: Advanced Actions in Captivate 6 - YouTube
-
2. Re: Is there a way to show/hide a group of objects that will work in html5?
Ian C ADC Sep 10, 2014 7:59 AM (in response to Lilybiri)sorry, i watched the video, but all it did was confuse me
I know about advanced actions and variables, but i seriously didn't follow the video. I don't suppose you could explain it for me in lamens terms?
(it was actually a post a while ago that you made that set me on this path of trying to figure out how to do this funnily enough )
-
3. Re: Is there a way to show/hide a group of objects that will work in html5?
Lilybiri Sep 10, 2014 8:02 AM (in response to Ian C ADC)Fine, that means that my explanations are not meant for you, that happens.
-
4. Re: Is there a way to show/hide a group of objects that will work in html5?
RodWard Sep 10, 2014 8:04 AM (in response to Ian C ADC)Your issue with not being able to manipulate groups at runtime via code is due to the way Captivate is designed I'm afraid.
The groups don't actually exist at runtime in the same way that the objects that make up the groups do. You should still be able to use JS or AS3 code at runtime to manipulate the objects themselves by Item Name, but the groups are more just for Edit mode.
If you use Advanced Actions to SHOW or HIDE groups, Captivate takes care of the details under the hood at runtime for all the objects in those groups.
-
5. Re: Is there a way to show/hide a group of objects that will work in html5?
Ian C ADC Sep 10, 2014 8:41 AM (in response to RodWard)this was my fear. Looks like i will have to look into advanced actions more thoroughly. thanks (both of you).
if i get it working, ill post here with how i did it, in my own words, as me saying i didnt understand you doesnt really help future people
(tho you have both obviously pointed me in right direction and saved me a lot of trouble trying to code it)
-
6. Re: Is there a way to show/hide a group of objects that will work in html5?
Russ_E Sep 10, 2014 6:18 PM (in response to Ian C ADC)There is an adobe video that I think shows how to do exactly what you are asking.
This is the video link:
Lightbox-style Menu in Adobe Captivate 6 - YouTube
At about 10min 50sec, it goes over creating a group from a number of single elements.
At about 12min 30sec, it shows creating an action that turns the whole group on and another to turn the group off.
When I did this myself, I used just one action that toggled the group on or off, but they show it as two actions. The idea is the same.
I hope that helps. Apologies if I mis-understood the issue.



