var initController = function(target){ target.tx = target._x target.ty = target._y target.config = {} target.config.themeColor = 0xFFCC00 target.SH = Stage.height target.SW = Stage.width target.mask_h = target.SH target.mask_w = target.SW target.initialize (target) } var loadTheme = function(num){ this.theme_mc.removeMovieClip() this.createEmptyMovieClip('theme_mc',100) var t_mcl = new MovieClipLoader() var t_obj = new Object() t_obj.onLoadInit = function(target){ initController(target) } t_mcl.addListener(t_obj) t_mcl.loadClip('themes/t_'+num+'.swf',theme_mc) } var init =function(){ var item var arr = [6,7,8,9,10,11,12,14,15,16,19,20,21,22,23,24,25,26,27,28,29,30,31] for(var i=0; i