Advice for variables, data in Animate - Canvas
I am working on an airplane demo with lots of variables/ data which is growing quickly. And as the demo has grown it is become unweildy workign with variable/ data. So I am workign to create a plane demo with somewhat workign guages. As user goes through project, questions - answers change the plane guage settings. I currenly just have variables in name value pairs and basic functions switching values on guages.
I want to simplify staorage of variables. And functions to change the variables/ data. One thing to mention, some variables on the guages are shared on other guages, like altitude is on three guages. Also as the user goes through questions and makes changes. Not all the data is changed. A question may change a handful of variables.
Any recomendations on setup. A reference on a setup. I was thinking an array for data. And a loop for the questions to call function changing certain variables.
