actionscript3.0 指定當前input textfield要怎樣做?
情況是這樣的,如果我有多於1個input textfield container
e.g. [input1:textfield] , [input2:textfield]
我知道用家在input1:textfield按tab可以跳到input2.textfield + select all;
但如果我想設定成用keyboard按space可以跳到input2.textfield+按下home鍵,
應該怎樣設定?
我試過用stage.focus = input2;
但結果不是我想的那樣,
嘗試了數次,
系統input2.text最頭都是多了1個SPACE " ";
不知怎樣解決。