Name two keyboard events that are available in ActionScript 3.0.

What will be an ideal response?


The two keyboard events available in ActionScript are KEY_DOWN and KEY_UP.

Computer Science & Information Technology

You might also like to view...

Convert the following binary number to decimal: 11111111.

Computer Science & Information Technology

Given the following function:

```Function DivideIt(X) As Float Set DivideIt = Int(X/2) End Function``` What is displayed when the following statement in the main program is executed? ```Write DivideIt(9)``` a. 4 b. 4.5 c. 5 d. 5.0

Computer Science & Information Technology

Parallel processing is a method used by a single processor to improve performance

Indicate whether the statement is true or false

Computer Science & Information Technology

Hashing is a key-to-address mapping process.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology