Flash Q
Flash Q
Out of context: Reply #4
- Started
- Last post
- 15 Responses
- ganon0
put this in the _root...:
this.bttn_mc.onPress = function() {
this.onEnterFrame = function() {
this._parent.img_mc._alpha--;
if (this._parent.img_mc._alpha (insert less than sign)= 25) {
this._parent.img_mc._alpha = 25;
delete (this.onEnterFrame);
}
}
}