Flash! …
Flash! …
Out of context: Reply #2
- Started
- Last post
- 13 Responses
- unfittoprint0
u could make something like:
this.attachMovie("menuMC", "menuMC", 1000);
menuMC._visible=menuMC.status=fa...
pos= setInterval(function(){
menuMC._x= _root._xmouse-5;
menuMC._y= _root._ymouse-5;
}, 30)menuMC.onPress = function(){
if (!status){
this._visible=true;
status = true;
} else {
this._visible = false;
status = false;
};
}stop()