Flash Q
Flash Q
Out of context: Reply #5
- Started
- Last post
- 15 Responses
- ganon0
then this for the home bttn...:
this.bttn02_mc.onPress = function() {
this.onEnterFrame = function() {
this._parent.img_mc._alpha++;
if (this._parent.img_mc._alpha (insert greater than sign)= 100) {
this._parent.img_mc._alpha = 100;
delete (this.onEnterFrame);
}
}
}//(insert greater than sign) replace this with sign...NT dont like them