Difference between revisions of "Logo.as"
From Organic Design wiki
m |
m |
||
| Line 9: | Line 9: | ||
} | } | ||
| − | |||
| − | |||
attachMovie( 'xmlwiki', 'test', 3 ); | attachMovie( 'xmlwiki', 'test', 3 ); | ||
attachMovie( 'ball', 'balltest', 4 ); | attachMovie( 'ball', 'balltest', 4 ); | ||
| − | + | ball._y=50; | |
| + | ball._scale = 50; | ||
function reduce() { | function reduce() { | ||
// stuff | // stuff | ||
} | } | ||
Revision as of 07:00, 16 March 2006
createTextField( 'rc', 1, 0, 0, 50, 50 ); with (rc) {
selectable = false; _quality = 'BEST'; border = false; multiline = true; wordWrap = false; text = 'testing'; }
attachMovie( 'xmlwiki', 'test', 3 ); attachMovie( 'ball', 'balltest', 4 ); ball._y=50; ball._scale = 50;
function reduce() { // stuff }



