PDA

View Full Version : Buttons inside movieclips?


amnesia440
02-26-2007, 09:09 PM
Is there a way to make a button into a movieclip while still keeping it's button properties (rollover, hit, etc... states)?

Thanks
Kevin

a.renji
02-27-2007, 03:20 AM
i think you can always do this though...


_root.movieclipname.btnButton.onPress = function() {
do something
}