Mercurial > hg > Members > tatsuki > Alice
diff src/alice/test/topology/aquarium/CheckMyName.java @ 270:23e53aaa8720
reconnect manager worked.
author | sugi |
---|---|
date | Wed, 21 Aug 2013 15:33:49 +0900 |
parents | ba55adb8a042 |
children | 3667ab045530 |
line wrap: on
line diff
--- a/src/alice/test/topology/aquarium/CheckMyName.java Tue Aug 20 17:35:03 2013 +0900 +++ b/src/alice/test/topology/aquarium/CheckMyName.java Wed Aug 21 15:33:49 2013 +0900 @@ -54,7 +54,7 @@ new SetLocation(new MakeObject(frame), key, 0); new CheckLocalIndex(key,1); } - + /* for (int i = 3; i < 6 ; i++){ key = "fish"+i; if (num == 1) new AutoIncrement(key,0); @@ -91,7 +91,7 @@ -(float)Math.random(), (float)Math.random())); new SetLocation(new MakeObject(frame), key, 0); new CheckLocalIndex(key,1); - } + }*/ } }