大大請問一下喔!!!
If RectBrick.W > RectBrick.H Then
SpeedText.Text = Int(RectBrick.H / 3)
Else
SpeedText.Text = Int(RectBrick.W / 3)
End If
這個我看不懂
.OldMapX = 0
.OldMapY = 0
ReDim .FlagX(.OldMapX + 1)
Shape(Index).Top = 600
If Index = 1 Then
LeftIs = 240
ElseIf Index = 2 Then
LeftIs = 720
上述那些600、240、720各代表啥意思呢??
strMapFile = CommonDialog_Click(Me)
strMapFile = StringSplit_Str(strMapFile, "1\0$.txt", 1)
這些我也看不懂.....
我就先問這些好了!!!...
|