February 2010
M T W T F S S
« Jan   Mar »
1234567
891011121314
15161718192021
22232425262728

MovieClip manipulation

Problem
You need to change properties of your MovieClip, like alpha and position.

Solution
Using dot syntax you have access to all public properties in your MovieClip.

Detailed explanation
Please create any movie clip on your stage and, in the Properties panel, name it “my_mc.”
Next, in the Actions panel enter the following code:


my_mc.x=0;
my_mc.y=0;
my_mc.alpha=.40;

do

Source:
display objects

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>