drop down flash
drop down flash
Out of context: Reply #11
- Started
- Last post
- 15 Responses
- craic_whore0
All you need...
"
stop();this.onEnterFrame = function(){
if(_root.closeMenu == true){
prevFrame();
}}
this.onRollOver = function(){
_root.closeMenu = false;
play();
}this.onRollOut = function(){
_root.closeMenu = true;
}"