Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 QuickSkills
Attaching Multiple Movie Clips I  


Download .fla

How to create this.


Actionscript

onLoad = function (){
_root.attachMovie("vangogh_starrynight","pic_mc1"
,1);
pic_mc1._x = 100;
pic_mc1._y = 75;

_root.attachMovie("monet_sunset","pic_mc2",
2);
pic_mc2._x = 150;
pic_mc2._y = 200;

_root.attachMovie("vangogh_sunflowers","pic_mc3",
3);
pic_mc3._x = 275;
pic_mc3._y = 230;

_root.attachMovie("monet_sunflowers","pic_mc4",
4);
pic_mc4._x = 320;
pic_mc4._y = 70;
}



b.randy = Math.round(Math.random()*Stage.height);

b.onEnterFrame =

© 2008 Quantunet LLC All Rights Reserved | Intellectual Property | Terms of Use | Privacy
Home | About Quantunet | FAQ's | Contact Us