• + (addition)
  • - (minus)
  • * (multiplication)
  • / (division)
  • % (mod)
  • & (bitwise and)
  • | (bitwise or)
  • ^ (bitwise xor)
  • << (bitwise left shift)
  • >> (bitwise right shift)
  • >>> (bitwise unsigned right shift)
  • ++ (increment)
  • -- (decrement)
  • plus (addition)
  • add (concat strings)
  • < (less than)
  • <= (less than or equal to)
  • > (greater than)
  • >= (greater than or equal to)
  • lt (less than - string specific)
  • le (less than or equal to - string specific)
  • gt (greater than - string specific)
  • ge (greater than or equal to - string specific)
  • == (equality)
  • != (inequality)
  • eq (equal - string specific)
  • ne (not equal - string specific)
  • && (short-circuit AND)
  • || (logical OR)
  • ! (logical NOT)
  • ?: (conditional)
  • = (assignment)
  • += (addition assignment)
  • -= (substraction assignment)
  • *= (multiplication assignment)
  • /= (division assignment)
  • %= (mod assignment)
  • . (dot operator)
  • , (comma)
  • () (parentheses)
  • [] (array access operator)
  • /* */ or // (comment delimiter)
  • _currentframe
  • _global
  • _level
  • _parent
  • _root
  • _target
  • this
  • $version
  • Array (Object)
  • Array.concat()
  • Array.join()
  • Array.length
  • Array.pop()
  • Array.push()
  • Array.reverse()
  • Array.shift()
  • Array.slice()
  • Array.sort()
  • Array.sortOn()
  • Array.splice()
  • Array.toString()
  • Array.unshift()
  • Boolean (Object)
  • break
  • Button Events
  • Button._alpha
  • Button.enabled
  • Button._focusrect
  • Button.getDepth
  • Button._height
  • Button._name
  • Button._parent
  • Button._quality
  • Button._rotation
  • Button.soundbuftime
  • Button.tabEnabled
  • Button.tabIndex
  • Button._target
  • Button.trackAsMenu
  • Button._url
  • Button.useHandCursor
  • Button._visible
  • Button._width
  • Button._X
  • Button._Xmouse
  • Button._Xscale
  • Button._Y
  • Button._Ymouse
  • Button._Yscale
  • call *
  • call function
  • case
  • chr()
  • clear()
  • Color.setRGB()
  • Color.getRGB()
  • continue
  • Date.new Date()
  • Date.getDate()
  • Date.getDay()
  • Date.getFullYear()
  • Date.getHours()
  • Date.getMilliseconds()
  • Date.getMinutes()
  • Date.getMonth()
  • Date.getSeconds()
  • Date.getTime()
  • Date.getTimezoneOffset()
  • Date.getUTCDate()
  • Date.getUTCDay()
  • Date.getUTCFullYear()
  • Date.getUTCHours()
  • Date.getUTCMilliseconds()
  • Date.getUTCMinutes()
  • Date.getUTCMonth()
  • Date.getUTCSeconds()
  • Date.getYear()
  • Date.setDate()
  • Date.setFullYear()
  • Date.setHours()
  • Date.setMilliseconds()
  • Date.setMinutes()
  • Date.setMonth()
  • Date.setSeconds()
  • Date.setTime()
  • Date.setUTCDate()
  • Date.setUTCFullYear()
  • Date.setUTCHours()
  • Date.setUTCMilliseconds()
  • Date.setUTCMinutes()
  • Date.setUTCMonth()
  • Date.setUTCSeconds()
  • Date.setYear()
  • Date.toString()
  • default
  • do...while
  • dragOut
  • dragOver
  • else
  • else if
  • escape
  • eval()
  • false
  • _focusrect
  • for
  • for..in
  • friction
  • fscommand()
  • function()
  • _global
  • getPercentLoaded()
  • getProperty()
  • getTimer()
  • getURL()
  • getURLGet()
  • getURLPost()
  • getVersion()
  • gotoAndPlay()
  • gotoAndStop()
  • gotoSceneAndPlay()
  • gotoSceneAndStop()
  • _highquality
  • if()
  • instanceof
  • int()
  • isNearTarget()
  • isNearThis()
  • javascript
  • keyPress(key)
  • _level
  • loadMovie()
  • loadMovieNum()
  • loadVariables()
  • loadVariablesNum()
  • Math (Object)
  • Math.abs(number)
  • Math.acos(number)
  • Math.acosdeg(number)
  • Math.approach(number,dest,factor)
  • Math.asin(number)
  • Math.asindeg(number)
  • Math.atan(number)
  • Math.atandeg(number)
  • Math.atan2(y,x)
  • Math.atan2deg(y,x)
  • Math.ceil(number)
  • Math.chance(percent)
  • Math.clamp(number,lo,hi)
  • Math.cos(radians)
  • Math.cosdeg(degrees)
  • Math.degrees(radians)
  • Math.exp(number)
  • Math.floor(number)
  • Math.log(number)
  • Math.max(number,number...)
  • Math.min(number,number...)
  • Math.PI
  • Math.pow(base,power)
  • Math.radians(degrees)
  • Math.random()
  • Math.randomInt(max)
  • Math.randomRange(lo,hi)
  • Math.round(number)
  • Math.sign(number)
  • Math.sin(radians)
  • Math.sindeg(degrees)
  • Math.sqrt(number)
  • Math.SQRT1_2
  • Math.SQRT2
  • Math.tan(radians)
  • Math.tandeg(degrees)
  • MC/Sprite (object)
  • MC._alpha
  • MC.attachMovie
  • MC.beginFill()
  • MC.beginGradientFill()
  • MC.clear()
  • MC.createEmptyMovieClip()
  • MC.createTextField
  • MC._currentframe
  • MC.curveTo()
  • MC._droptarget
  • MC.duplicateMovieClip
  • MC.enabled
  • MC.endFill()
  • MC.focusEnabled
  • MC._focusrect
  • MC._framesloaded
  • MC.getBounds()
  • MC.getBytesLoaded()
  • MC.getBytesTotal()
  • MC.getDepth()
  • MC.getPercentLoaded()
  • MC.getURL
  • MC.globalToLocal()
  • MC.gotoAndPlay()
  • MC.gotoAndStop()
  • MC._height
  • MC._highquality
  • MC.hitArea
  • MC.hitTest()
  • MC.lineStyle()
  • MC.lineTo()
  • MC.loadMovie
  • MC.loadVariables
  • MC.localToGlobal()
  • MC.moveTo()
  • MC._name
  • MC.nextFrame
  • MC._parent
  • MC.play()
  • MC.prevFrame
  • MC._quality
  • MC.removeMovieClip
  • MC._rotation
  • MC.setMask()
  • MC._soundbuftime
  • MC.startDrag()
  • MC.stop()
  • MC.stopDrag()
  • MC.swapDepths()
  • MC.tabChildren
  • MC.tabEnabled
  • MC.tabIndex
  • MC._target
  • MC._totalframes
  • MC.trackAsMenu
  • MC.unloadMovie()
  • MC._url
  • MC.useHandCursor
  • MC._visible
  • MC._width
  • MC._X
  • MC._xmouse
  • MC._xscale
  • MC._Y
  • MC._ymouse
  • MC._yscale
  • Mouse.dragOut
  • Mouse.dragOver
  • Mouse.press
  • Mouse.release
  • Mouse.releaseOutside
  • Mouse.rollOut
  • Mouse.rollOver
  • Mouse.on
  • Mouse.onselfevent
  • Mouse.hide()
  • Mouse.show()
  • _name
  • new
  • newline
  • nextFrameAndPlay()
  • nextFrameAndStop()
  • nextSceneAndPlay()
  • nextSceneAndStop()
  • Number()
  • Number.toString()
  • Object (properties)
  • Object._age
  • Object._alpha
  • Object._currentframe
  • Object._delta
  • Object._droptarget
  • Object._focusrect
  • Object._framesloaded
  • Object._height
  • Object._highquality
  • Object._name
  • Object._parent
  • Object._rotation
  • Object._soundbuftime
  • Object._target
  • Object._time
  • Object._totalframes
  • Object._url
  • Object._visible
  • Object._width
  • Object._X
  • Object._xscale
  • Object._Y
  • Object._yscale
  • on
  • onChanged()
  • onEnterFrame()
  • onFrame()
  • onLoad()
  • onSelfEvent
  • ord()
  • _parent
  • parseFloat()
  • parseInt()
  • Physics properties
  • play()
  • playSound()
  • press
  • prevFrameAndPlay()
  • prevFrameAndStop()
  • prevSceneAndPlay()
  • prevSceneAndStop()
  • print()
  • printAsBitmap()
  • _quality
  • _root
  • release
  • removeMovieClip()
  • return
  • _soundbuftime
  • skipFrameAndPlay()
  • skipFrameAndStop()
  • sound (Object)
  • Sound.new Sound()
  • Sound.getPan()
  • Sound.getVolume()
  • Sound.loadSound()
  • Sound.playSound()
  • Sound.setPan()
  • Sound.setVolume()
  • Sound.start()
  • Sound.stop()
  • stopAllSounds()
  • startDrag()
  • stop()
  • stopDrag()
  • String(expression)
  • String (Object)
  • String.charAt(position)
  • String.charCodeAt(position)
  • String.concat(string)
  • String.fromCharCode(ascii)
  • String.indexOf(substring)
  • String.lastIndexOf(substring)
  • String.length
  • String.slice(start,end)
  • String.split({sep},{limit})
  • String.substr(start [,length])
  • String.substring(start,{end})
  • String.toLowerCase()
  • String.toUpperCase()
  • String.trim()
  • String.trimLeft()
  • String.trimRight()
  • switch()
  • _target
  • _time
  • tellTarget()
  • text
  • TextField.maxscroll
  • TextField.scroll
  • TextField.text
  • this
  • toggleHighQuality
  • trace(expression)
  • true
  • typeof
  • _url
  • unescape()
  • unloadMovie()
  • unloadMovieNum()
  • value.toString
  • var
  • velocity
  • void
  • while()
  • with()