View Single Post
Old 11-06-2005, 10:43 PM  
mastamindz
Confirmed User
 
Join Date: Feb 2002
Location: Canada
Posts: 3,547
Flash gurus click here

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;
}
}
}
mastamindz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote