0

私はこのゲームをダンス ダンス レボリューションのようなものにしており、コンボの最高ストリークを保存する方法をかなり理解できるので、矢印を押すたびにコンボ ストリークがうまく機能します。 0で十分ですが、最高のコンボストリークを保存したいのですが、どうすればよいかわかりません。これが私のコードのサンプルです:

Combo_Count.Text = Combo_Counter
    Combo_Counter_2 = Combo_Counter
    If Combo_Counter >= 1 Then
        Combo.Visible = True
        Combo_Count.Visible = True
    End If
    If Combo_Counter = 0 Then
        Combo.Visible = False
        Combo_Count.Visible = False
    End If
4

1 に答える 1