Logo.as

From Organic Design wiki
Revision as of 08:26, 23 February 2006 by Rob (talk | contribs) (add some i ching insted of latin)

// Textbox createTextField( 'rc', 1, 0, 0, 190, 120 ); with ( fmt = new TextFormat() ) { align = "left"; bold = true; bullet = false; color = 0x808099; font = "Arial"; size = 12; } with ( rc ) { setNewTextFormat( fmt ); selectable = false; _quality = 'BEST'; border = false; //multiline = true; wordWrap = false; html = true; htmlText = " THE JUDGMENT

YOUTHFUL FOLLY has success.
It is not I who seek the young fool;
The young fool seeks me.
At the first oracle I inform him.
If he asks two or three times, it is importunity.
If he importunes, I give him no information.
Perseverance furthers.
"; } // Logo attachMovie( 'logo', 'xmlwiki', 2 ); //xmlwiki._alpha = 75;