I have a ball.png file in my Android project under Assets/Content/ball.png, and I want to use it like var sprite = new CCSprite("ball.png") and then add it to a layer, etc. It works fine wh… (View Post)
Hi, although I'm not 100% of this, but the issue might be that the dll that you use doesn't contain the CCPhysicsBody - simply because it wasn't compiled into it. Why? Because if you take a look at t… (View Post)