flash headz
flash headz
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- czrock0
actually I have this now:
function fade(){
if(fade){
this.nextFrame();
}else{
this.prevFrame();
}
}
fadeclip.onEnterFrame = function(){
fade();
}and it's not working... what the fuck?