用途別リファレンス
Chara
x=100; y=100; p=$pat_base+0; while(true){ //左クリックをしたら if(getkey("mouseleft")==1){ //オブジェクトのグラフィックを変える p=$pat_base+12; } update(); }