Store Button State

1.41K viewsCSS Questions
0

Im not trying to cross post…but thought I would make this a direct question for the sake of others;
How do you store the state of a button ie

1. The user presses a button(1) which activates a mode.
2. Another button(2) cycles modes within a certain range eg 1-4.
Lets imagine the mode is now number 3.
3. The user then navigates away to another button(3) which calls up another mode and completes come operations there.
4. The user now presses button(1) again and I want them to land at the last mode related to that button which should be number 3.

How would this be best accomplished?

admin Changed status to publish
Attached Files:
0

You can go back to the previous mode buy setting a mode selector button mapping to ‘previous mode’.
Is that what you’re asking?

admin Changed status to publish
Attached Files:
You are viewing 1 out of 3 answers, click here to view all answers.