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; |
Word教程网 | Excel教程网 | Dreamweaver教程网 | Fireworks教程网 | PPT教程网 | FLASH教程网 | PS教程网 |
HTML教程网 | DIV CSS教程网 | FLASH AS教程网 | ACCESS教程网 | SQL SERVER教程网 | C语言教程网 | JAVASCRIPT教程网 |
ASP教程网 | ASP.NET教程网 | CorelDraw教程网 |