View Single Post
Old 11-07-2005, 05:52 AM  
bringer
i have man boobies
 
bringer's Avatar
 
Join Date: Jul 2003
Location: van down by the river
Posts: 13,082
Quote:
Originally Posted by mastamindz
Im trying to do an actionscript using an alpha fade. ie the image fades in on loading of the movie. Anyone know how to get this working?
This is what I have... but Im sure its wrong ;)

clip_mc.onEnterFrame = function() {
_root.mc.onEnterFrame=function(){
if(this._alpha<100){
this._alpha+=5;
}else{
this.onEnterFrame=null;
}
}
}
clip_mc.onEnterFrame = function() {
_root.mc.onEnterFrame=function(){
if(this._alpha<100)this._alpha+=5;}
}else{
this.onEnterFrame=null;
}
}
}


ps, i totally made this up
__________________
333-765-551
bringer is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote