Quantunet.com

My Account

Joins Us
Flash 8 Actionscript 2.0 QuickSkills
Removing Movie Clips From The Stage I  


Download .fla

How to create this.


Actionscript

onLoad = function (){
_root.attachMovie("vangogh_sunflowers",
"pic_mc3",3);
pic_mc3._x = 300;
pic_mc3._y = 120;
_root.attachMovie("monet_sunflowers",
"pic_mc4",4);
pic_mc4._x = 100;
pic_mc4._y = 120;
}

remove_m_btn.onPress = function(){
removeMovieClip("pic_mc4");
}
remove_v_btn.onPress = function (){
removeMovieClip("pic_mc3");
}



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