fool_tiger 我想做个2D的碰撞检测,用if(sp1.getBounds().intersects(sp2.getBounds())){ trace("发生碰撞了"); b=true; }总是提示"Cannot read property 'getBounds' of undefined"是咋回事?