回答編集履歴
1
誤字修正
answer
CHANGED
@@ -16,11 +16,11 @@
|
|
16
16
|
|
17
17
|
// リール3つの停止とイラストの取得
|
18
18
|
reel1 = ImageButton1_Click(); // クラスと引数は省略しています
|
19
|
-
reel2 =
|
19
|
+
reel2 = ImageButton2_Click();
|
20
|
-
reel3 =
|
20
|
+
reel3 = ImageButton3_Click();
|
21
21
|
|
22
22
|
// リールが揃っているか判定する
|
23
|
-
if (reel1 == reel2)
|
23
|
+
if (reel1 == reel2){
|
24
24
|
if(reel1 == reel3){ // ○○○
|
25
25
|
// 3つとも揃った
|
26
26
|
} else{ // ○○×
|