Difference between revisions of "Logo.as"

From Organic Design wiki
(Update to current with fade etc)
 
(add some i ching insted of latin)
Line 17: Line 17:
 
wordWrap = false;
 
wordWrap = false;
 
html = true;
 
html = true;
htmlText = "<font face=\"arial\" color=\"#8080AA\">testing<br><u><a href=\"/testing\">testing</a></u><br>jehfk kwa fajkwfh akfhakwjfhaw hfa<br>wafua faf awufhwaif ak fhzafafipg<br>uwfhia</font>";
+
htmlText = "<font face=\"arial\" color=\"#8080AA\">
 +
THE JUDGMENT<br/>
 +
<br/>
 +
YOUTHFUL FOLLY has success.<br/>
 +
It is not I who seek the young fool;<br/>
 +
The young fool seeks me.<br/>
 +
At the first oracle I inform him.<br/>
 +
If he asks two or three times, it is importunity.<br/>
 +
If he importunes, I give him no information.<br/>
 +
Perseverance furthers.</font>";
 
}
 
}
 
// Logo
 
// Logo
 
attachMovie( 'logo', 'xmlwiki', 2 );
 
attachMovie( 'logo', 'xmlwiki', 2 );
 
//xmlwiki._alpha = 75;
 
//xmlwiki._alpha = 75;

Revision as of 08:26, 23 February 2006

// 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;