这位于公共类中以找到播放器宽度的一半:
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
这位于公共类中以找到播放器宽度的一半:
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