Starting a Parallel effect in ActionScript is usually a five-step process:
开始并行效果在action中通常分5步
Create instances of the effect objects to be composited together; for example:
1简历一个对象效果的竖立被混合在一起,例如
myFadeEffect = new mx.effects.Fade(target);
我的小时效果=新的MX的效果的小时(目标)
Set properties, such as duration , on the individual effect objects.
2简历属性,例如距离,在单独的效果都喜爱那个上
Create an instance of the Parallel effect object; for example:
3.简历一个并行效果对象视力,如
myParallelEffect = new mx.effects.Parallel();
我的并行夏鸥过哦=新的MX的效果的并行
Call the addChild() method for each of the effect objects; for example:
召唤增加儿子方法为没一个效果对戏那个,如
myParallelEffect.addChild(myFadeEffect);
我的冰消效果要增加一个儿子(名字是我的小时效果)
Invoke the Parallel effect's play() method; for example:
气球一个并行夏鸥过的播放方法,如
myParallelEffect.play();
我的并行效果播放