Flash Code/Mouse Movement
Flash Code/Mouse Movement
Out of context: Reply #9
- Started
- Last post
- 17 Responses
- function820
fate, that code is needlessly complex!
this.onPress = function(){
this.enabled = false
this.gotoAndStop("down")
currentSelection.enabled = true
currentSelection.gotoAndStop("up...
currentSelection = this._name
}will achieve the same result, theres even more simple ways to do it, but i dont have it on hand