Logo.as
From Organic Design wiki
createTextField( 'rc', 1, 0, 0, 50, 50 ); with (rc) {
selectable = false; _quality = 'BEST'; border = false; multiline = true; wordWrap = false; text = 'hello world'; }
attachMovie( 'xmlwiki', 'test', 2 );
function reduce() { // stuff }



