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
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