Hi,
I just started using AS3 and I found a basic problem.
Can’t set alpha!!
I keep getting this error:
1119: Access of possibly undefined property banner through a reference with static type flash.display:DisplayObject.
Basically I have 3 buttons, and everytime I click one of them I want my movieclip with instance name ‘banner’ to fade out to 50% alpha.
All I am doing is: ‘root.banner.alpha = 0.5’
How can I do this?
Or even better how can I had a tween to my movieclip ‘banner’ to fade out to 50% alpha?
Can anyone help me with this basic question?