Random Position With Alpha Fade
i am trying to make a leaf movie clip fly in from the left side of the screen and fade away as it reaches the right side. it's start _x and _y position is randomized.
i would also like the leaf movie clip duplicate itself when it a certain _x value and have it's alpha fade to 0%.
psuedo code (what else i want to happen):
when mc._x= 350
--duplicate leaf movie clip at random _x & _y position on left side of screen.
--mc alpha fades out to 0%.
if you need a test file, i can post one, thanks.