Tuesday, 12 July 2011

AS3 Neat Coding Style: with() and Dictionary

Details about with() statement.

The advantages of using a Dictionary object.

for each(var item:Object in movieReference)
{
     TweenMax.to(item.movInfoPanel, 0.7, {autoAlpha:0, ease:Quint.easeInOut});
}

No comments:

Post a Comment