上传者: wartim
|
上传时间: 2021-10-27 16:47:29
|
文件大小: 30KB
|
文件类型: -
详情请参阅博客
http://blog.csdn.net/wartim/archive/2009/11/26/4879019.aspx
下载了的朋友请修改以下代码
if (B != this && CheckHint(B, XS, YS) && this.VX > 0 && this.VY > 0) // 和其它小球相撞
为
if (B != this && CheckHint(B, XS, YS)) // 和其它小球相撞