2017/2/9
// with field
private
int
speed =
3
;
// in act
move(speed);
if
(isTouching(Actor.
class
)) move(-speed);
2017/2/10
2017/2/11
X