GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Flash gurus click here (https://gfy.com/showthread.php?t=537263)

mastamindz 11-06-2005 10:43 PM

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;
}
}
}

graphical x 11-07-2005 02:31 AM

Just get it done for $10 at scriptlance. Tons of outsourced indians there.

reed_4 11-07-2005 05:48 AM

here's a helping bump for you dude.

bringer 11-07-2005 05:52 AM

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


All times are GMT -7. The time now is 09:19 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123