ActionScript 2.0 (中的旧命令) ActionScript 3.0(中的新情况)
Compiler Directives(编译指令)
#endinitclip Removed(拿掉了,反我也不常用这个,呵呵)
#include Removed
#initclip Removed
Constants(常量)
newline Removed
Global Functions(全局函数)
call() Removed
chr() Removed
eval() Removed
nextFrame() flash.display.MovieClip.nextFrame()
nextScene() flash.display.MovieClip.nextScene()
play() flash.display.MovieClip.play()
tellTarget() Removed
Global Properties(全局属性)
_global Removed
_level Removed
_root flash.display.DisplayObject.stage
_parent flash.display.DisplayObject.parent
MovieClip class(影片剪辑类)
_visible 属性 flash.display.DisplayObject.visible
_width 属性 flash.display.DisplayObject.width
_x 属性 flash.display.DisplayObject.x
_xmouse 属性[只读] flash.display.DisplayObject.mouseX
_xscale 属性 flash.display.DisplayObject.scaleX
_y 属性 flash.display.DisplayObject.y
_ymouse 属性[只读] flash.display.DisplayObject.mouseY
_yscale 属性 flash.display.DisplayObject.scaleY