| function limitToNum(){ if (this.text != "-" && isNaN(this.text)) { this.text = ’’; } } a_txt.onChanged = limitToNum; b_txt.onChanged = limitToNum; c_txt.onChanged = limitToNum; ... |
| TextField.prototype.onChanged = function() { if (this.text != "-" && isNaN(this.text)) { this.text = ’’; } }; |
| MovieClip.prototype.onPress = startDrag; MovieClip.prototype.onRelease = stopDrag; MovieClip.prototype.onReleaseOutside = stopDrag; |
admin#flashas.net (#为@) 联系QQ:
:40777822
浙ICP备06033001号