質問編集履歴

2

修正

2016/09/20 04:14

投稿

syosinsya12
syosinsya12

スコア69

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  int fromX;
14
14
 
15
- int toX;
15
+ int toX = fromX + 10;
16
16
 
17
17
 
18
18
 

1

訂正

2016/09/20 04:14

投稿

syosinsya12
syosinsya12

スコア69

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,13 @@
10
10
 
11
11
 
12
12
 
13
+ int fromX;
14
+
15
+ int toX;
16
+
17
+
18
+
13
19
  public void anim (){
14
-
15
- int fromX;
16
-
17
- int toX;
18
20
 
19
21
  fromX = fromX + 10;
20
22