用途別リファレンス
dieメソッドを呼び出すと,自分自身を消す ことができます.
Chara1
x=100; y=100; while(true){ x++; // 画面右端に来ると消える if(x>$screenWidth) die(); update(); }