【发布时间】:2012-12-14 09:12:20
【问题描述】:
这个位于公共类中查找播放器宽度的一半:
public class Player extends MovieClip
{
private var playerHalfWidth:int = this.width/2;
我收到此错误:
1119:Access of possibly undefined property width through a
reference with static type class
【问题讨论】:
标签: actionscript-3 class object actionscript width