flash menu fla
- Started
- Last post
- 7 Responses
- method_c
does anyone know if there is a fla somewhere where the code and working is explaned from this example:
(talking about the white screen following your mouse to menu buttons)
...thx
- goygoygoy0
did you search similar examples on:
http://www.actionscript.org
http://actionscript-toolbox.com
http://www.flashkit.com/index.sh…
- unfittoprint0
that just a slide function....
//within the white screen
changePos = function(targetX){
moviex=_x
moviex+= (targetx-moviex)/speed
_x= moviex;
}slide = function(targetX, speed){
clearInterval(slideLoop)
slideLoop= setinterval(this,"changePos", 30, targetX, speed);
}//on your buttons...
this.onPress = function(){
_parent.whiteMC.slide(this._x, 4);
}
- bomy_dick0
this site is awesome.. the navigation is AA
i love it
- ********0
yepo found it at swikiri and internettinyawards out of Portugal
- method_c0
i cant seem to find a fla on those sites :-s
anyone else ?
- unfittoprint0
J. Portugal what?