Difference between revisions of "Logo.as"
m |
(Make "peace" into an example link) |
||
| Line 5: | Line 5: | ||
// Message | // Message | ||
| − | msg = | + | msg = 'THE JUDGMENT<br><br>'; |
| − | msg += "PEACE. The small departs,<br> | + | msg += '<u><b><a href="http://www.organicdesign.co.nz:1729/Hexagram11">PEACE</a></b></u>. The small departs,<br>'; |
| − | msg += | + | msg += 'The great approaches.<br>'; |
| − | msg += | + | msg += 'Good fortune. Success.<br><br>'; |
| − | msg += | + | msg += 'THE IMAGE<br><br>'; |
| − | msg += | + | msg += 'Heaven and earth unite:<br>'; |
| − | msg += | + | msg += 'the image of PEACE.<br>'; |
| − | msg += | + | msg += 'Thus the ruler divides and<br>'; |
| − | msg += | + | msg += 'completes the course of'; |
| − | msg += | + | msg += 'heaven and earth,<br>'; |
| − | msg += | + | msg += 'And so aids the people.</font>'; |
// Textbox | // Textbox | ||
Revision as of 10:20, 23 February 2006
// Per-frame function function reduce() { if (--_root.rc._y < -_root.rc._height) _root.rc._y = 120; }
// Message
msg = 'THE JUDGMENT
';
msg += '<a href="http://www.organicdesign.co.nz:1729/Hexagram11">PEACE</a>. The small departs,
';
msg += 'The great approaches.
';
msg += 'Good fortune. Success.
';
msg += 'THE IMAGE
';
msg += 'Heaven and earth unite:
';
msg += 'the image of PEACE.
';
msg += 'Thus the ruler divides and
';
msg += 'completes the course of';
msg += 'heaven and earth,
';
msg += 'And so aids the people.';
// Textbox createTextField( 'rc', 1, 0, 0, 190, 200 ); with ( rc ) { selectable = false; _quality = 'BEST'; border = false; multiline = true; wordWrap = false; html = true; htmlText = ''+msg+''; } // Logo attachMovie( 'logo', 'xmlwiki', 2 ); //xmlwiki._alpha = 75;



