
-----------------------------------
mike200015
Mon May 23, 2005 11:48 am

For loop question
-----------------------------------
i have a for loop in my game that goes from 1..56. I need it to change to 1..156 if a person is on level 3. Whats the best way to do that? Should i make it a variable and change depending on the level?

-----------------------------------
Cervantes
Mon May 23, 2005 12:33 pm

Re: For loop question
-----------------------------------
Should i make it a variable and change depending on the level?
That would be the optimal method, yes.
