Changing state of objects on other pages

  1. 2 years ago

    I am trying to figure out a method to allow interacting with an object on one page which alters the state of an object on a different page. Whenever I set a target for interactivity I can only see objects on <the same page> as the interaction. I thought about doing it with variables - but I can’t find any methods for declaring or checking variables. Is it possible to alter an object on a different page to the initial interaction?

    A simple example would be >

    I select an object on <page one>
    On <page ten> An object is unhidden because of my selection on <page one>.

    Thanks for any help!
    Russ.

  2. Angelo S

    12 Apr 2021 Administrator

    Hello Russ,
    you need to use localStorage to achieve that

 

or Sign Up to reply!