Skip to main content
Participating Frequently
May 27, 2018
Question

Object Visibility

  • May 27, 2018
  • 1 reply
  • 197 views

I am having almost the same issue. I am having troubles with assigning a value after making an image visible. I will be very glad if u share with me how to do it.

    This topic has been closed for replies.

    1 reply

    Lilybiri
    Legend
    May 27, 2018

    This is really a very old thread - almost 10 years. So much has been changed in Captivate. I will branch your question to a new thread, and answer your question.

    Participating Frequently
    May 27, 2018

    Thank you very much!

    Lilybiri
    Legend
    May 27, 2018

    Branching done, as subject I did put 'Object Visibility', if you want me to add more details, just tell so.

    If you want to track the visibility of an item (object or group) you need to have a user variable which tracks the visibility. I use a Boolean variable in that case. Example v_visib has a default value of 0, which would indicate that the object is not visibile in output. When making the object visible, I toggle the variable to 1. You can have a look at these blog posts, not so recent but much more recent than the thread you were using before:

    1 action = 5 Toggle Buttons - Captivate blog    this is a shared action, with a multistate object, can not only be used for visibility but for a lot more toggle buttons.

    Toggle Shape buttons - Captivate 6 - Captivate blog    This was created with CP6, no shared actions yet.