I need to somehow make flash recognize a variable as being any number between 2 different numbers like i>=1 but <= 40 I know I can use for (i=1; i<=40; i++){
} but I need more versatile code than that any help would be greatly appreciated
no, that wont work, I am trying to create a variable that can be used in targeting duplicates like _parent["dupli"+i] but I dont want to use for (i=1; i<=40; i++){ _parent["dupli"+i] } because that method is inefficient and adds a ton of lag