■JavaScript
□オペレータ (operator)
delete
Function
new
typeof
void
□命令 (Statement)
do{...}while()
for()
for( in)
function()
if
if (...) else
include
Object()
return
switch...case
var
while()
with()
□Global
escape()
eval()
Infinity
-Infinity
isFinite()
isNaN()
NaN
parseFloat()
parseInt()
unescape()
□Arguments
arguments
callee
□Array
Array
concat()
join()
length
pop()
push()
reverse()
shift()
slice()
sort()
splice()
toString()
unshift()
□Boolean
Boolean
tostring()
valueof()
□Date
Date
getDate()
getDay()
getFullYear()
getHours()
getMilliseconds()
getMinutes()
getMonth()
getSeconds()
getTime()
getTimezoneOffset()
getUTCDate()
getUTCDay()
getUTCFullYear()
getUTCHours()
getUTCMilliseconds()
getUTCMinutes()
getUTCMonth()
getUTCSeconds()
getYear()
setDate()
setFullyear()
sethours()
setMilliseconds()
setMinutes()
setMonth()
setSeconds()
setTime()
setUTCDate()
setUTCFullyear()
setUTCHours()
setUTCMilliseconds()
setUTCMinutes()
setUTCMonth()
setUTCSeconds()
setYear()
toString()
UTC()
valueOf()
□Math
Math
abs()
acos()
asin()
atan()
atan2()
ceil()
cos()
E
exp()
floor()
LN10
LN2
log()
LOG10E
LOG2E
max()
min()
PI
pow()
random()
round()
sin()
sqrt()
SQRT1_2
SQRT2
tan()
□Number
Number
MAX_VALUE
MIN_VALUE
NaN
NEGATIVE_INFINITY
POSITIVE_INFINITY
toString()
valueOf()
□Object
Object
tostring()
valueOf()
□String
String
charAt()
charCodeAt()
concat()
fromCharCode()
indexOf()
lastIndexOf()
length
slice()
splite()
substr()
substring()
toLowerCase()
toUpperCase()
■ActionScript
□ムービークリップ (MoveiClip)
getBounds()
getBytesLoaded()
getBytesTotal()
getURL()
startDrag()
stopDrag()
_alpha
_currentframe
_droptrarget
_framesloaded
_height
_name
_parent
_rotation
_target
_totalframes
_url
_visible
_width
_x
_xmouse
_xscale
_y
_ymouse
_yscale
□ダイナミックテキストフィールド (DynamicText Field)
maxscroll
scroll
□セレクション (Selection)
getBeginIndex()
getCaretIndex()
getEndIndex()
getFocus()
setFocus()
setSelection()
□グローバルオブジェクト (Global Object)
getTimer()
getVersion()
print()
trace()
_focusrect
_quality
□マウス (Mouse)
hide()
show()
□キー (Key)
BACKSPACE
CAPSLOCK
CONTROL
DELETEKEY
DOWN
END
ENTER
ESCAPE
getAscii()
getCode()
HOME
INSERT
isDown()
isToggled()
LEFT
PGDN
PGUP
RIGHT
SHIFT
SPACE
TAB
UP
|