Basic equation doesn't compute

jasongreenojasongreeno Member Posts: 23
edited November -1 in Working with GS (Mac)
Hi folks,

Awesome product. Great Community.

Problem:

When button is clicked:

Var3 = 10000

Constrain Var1 = Ran(1,3)*1000

Constrain Var2 = Var1+Var3

Display Var2

First result is fine. It's every result after that is too high. Instead of being 1-3K each time the button is pushed and added to the previous amount, the total jumps by random amounts of 10K or more. What am I missing?

Comments

Sign In or Register to comment.