-
Storing Random Numbers to Variables to Calculate Percent of Change
I have a random number generator with a range from 800,000 to 900,000 linked to a text layer and it changes every second. I want to know is there a way of storing and holding previous values to a variable? Example: Lets say at second 1 the value of the text layer is 800,000 and on second 2 the value changes to 900,000. I want to store the first seconds value to a variable so I can calculate the percent of change.