my stuff

var brothers = new Array();i=0;while(i < 7){brothers.push(new Brother(“chinese”));i++;}for each(b:Brother in brothers){b.swallow(ocean, 1);}