var city1:String = 'Moscow'; var city2:String = 'Gadjukino'; for(i=1; i < 3; i++) { trace (_root['city' + i]); trace (this['city' + i]); }