Keyboard
For some functions such as page turning and the magnifying glass you can define the keys.
There are a number of ways you can describe the key. The KeyCode() function on actions_f1.as tests the values you enter in the following order :-
- by ascii key code (#nn)
#32 = space key (see ascii code). nn is whatever Flash's Number() function makes of it.
- Flash key definitions
PGDN PGUP UP DOWN ENTER HOME SPACE INSERT ENTER ESCAPE END SHIFT SPACE TAB
LEFT RIGHT CONTROL CAPSLOCK BACKSPACE DELETEKEY
- Using the first letter e.g. 'M'
So Monkey, Mamoth and M would all be the same thing.