基本信息
源码名称:虚拟数字键盘,自动跳转输入框,输入6位数密码.fla
源码大小:0.43M
文件格式:.fla
开发语言:Flash
更新时间:2020-08-28
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
虚拟键盘输入一个数,就自动跳转到下一个输入框输入下一个数
下载后直接导出就可以看到效果了
btn0.addEventListener(MouseEvent.CLICK,inputphone);
btn1.addEventListener(MouseEvent.CLICK,inputphone);
btn2.addEventListener(MouseEvent.CLICK,inputphone);
btn3.addEventListener(MouseEvent.CLICK,inputphone);
btn4.addEventListener(MouseEvent.CLICK,inputphone);
btn5.addEventListener(MouseEvent.CLICK,inputphone);
btn6.addEventListener(MouseEvent.CLICK,inputphone);
btn7.addEventListener(MouseEvent.CLICK,inputphone);
btn8.addEventListener(MouseEvent.CLICK,inputphone);
btn9.addEventListener(MouseEvent.CLICK,inputphone);
var str2:String = "";
虚拟键盘输入一个数,就自动跳转到下一个输入框输入下一个数
下载后直接导出就可以看到效果了
btn0.addEventListener(MouseEvent.CLICK,inputphone);
btn1.addEventListener(MouseEvent.CLICK,inputphone);
btn2.addEventListener(MouseEvent.CLICK,inputphone);
btn3.addEventListener(MouseEvent.CLICK,inputphone);
btn4.addEventListener(MouseEvent.CLICK,inputphone);
btn5.addEventListener(MouseEvent.CLICK,inputphone);
btn6.addEventListener(MouseEvent.CLICK,inputphone);
btn7.addEventListener(MouseEvent.CLICK,inputphone);
btn8.addEventListener(MouseEvent.CLICK,inputphone);
btn9.addEventListener(MouseEvent.CLICK,inputphone);
var str2:String = "";
if(){}
注:具体代码在上传的实例里面,有需要的可以下载哦