Hnyarly Wrote: so it seems like using form animation instead of standard animation.
sorry but i don't under stand.
Hnyarly Wrote: so it seems like using form animation instead of standard animation.
BlueLight Wrote:sorry but i don't under stand.
on(release){
if(_root.transition){
_root.trans += 1;
_root.transition = false;
}
onClipEvent(load){
this._visible = false;
}
onClipEvent(enterFrame){
if(!_root.transition && _root.trans==x){
this._alpha += 20;
if(this._alpha > 99){
this._visible = true;
_root.transition = true;
}
if(!_root.transition && _root.trans==(x+1){
this._alpha -= 20;
if(this._alpha < 1){
this._visible = false;
_root.transition = true;
}
}
ByHisBillowingBeard Wrote:I like the multiple clicking, personally :'D
Users browsing this forum: Majestic-12 [Bot]