_width

可用性

Flash Lite 1.0。

用法

my_mc:_width

说明

属性;影片剪辑的宽度,以像素为单位。

示例

当用户按 5 键时,以下示例会设置影片剪辑的宽度属性:

on(keyPress "5") {
    my_mc:_width = 10;
}