Wednesday, July 27, 2005

Flash Lite [ 2 ] Button event

上次有提到,在Flash Lite裡面,要偵測按鍵的行為,
必須透過Button來偵測。

下面是Flash Lite裡面幾個已經定義好的按鍵:
on (keyPress "<指定的按鍵>"){ }
上下左右鍵: Up / Down / Left / Right
左邊功能鍵: PageUp
右邊功能鍵: PageDown
確定鍵: Enter
撥號鍵(Send): Home

Off鍵: End
數字鍵: on (press, keyPress "1") { }
米字鍵: on (press, keyPress " * ") { }
井字鍵: on (press, keyPress " # ") { }

其他需要控制的按鍵,就需要底層的支援,只要定義好就可使用
例如: 返回鍵、清除鍵、音量控制鍵、拍照鍵等...用法就跟數字鍵相同

1 comment:

Anonymous said...

教學越寫越多了喔