We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

State puzzle

Home Forums Puzzles State puzzle

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59944
    junglist
    Customer

    Hello everyone,

    I was wondering is it possible to track state change using the puzzle *Save state*.

    I usually made 2 variables: @variable and @old_variable. And compared them to check if variable has changed. But was wondering is it possible to track it similarly to React using save State puzzle.

    #59945
    kdv
    Participant

    no. there is no tracking functionality in this puzzle. this puzzle just saves the current scene state and variables into one complex variable.

    I usually made 2 variables: @variable and @old_variable. And compared them to check if variable has changed

    it’s the fastest and correct approach.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #59946
    junglist
    Customer

    Thank you :good:

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.