'到最右了,不能移动了
If temY = 12 Then Exit Sub
'如果右边的格子不为空
For m = 1 To 19
For n = 2 To 12
tem = (m - 1) * 12 + n
If ImageBackFKArray(tem) = 1 And ImageFKArray(tem - 1) = 1 Then
Exit Sub
End If
Next n
Next m
'清除备份数组
'到最右了,不能移动了
If temY = 12 Then Exit Sub
'如果右边的格子不为空
For m = 1 To 19
For n = 2 To 12
tem = (m - 1) * 12 + n
If ImageBackFKArray(tem) = 1 And ImageFKArray(tem - 1) = 1 Then
Exit Sub
End If
Next n
Next m
'清除备份数组