俄罗斯方块--vb6实现[35]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

    VisibleBackImg

     

End Function

'死了吗?

'这个函数现在没有用了

Public Function IsDead(ByVal numLine As Integer) As Integer

    Dim test

    If CanMoveNext = 0 And 1 Then

       test = 1  '等于1,玩死了

    End If

    test = 0

    IsDead = test

   

End Function

 

本文关键:俄罗斯方块--vb6实现
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top