Processing - 15 - マウス座標と円の移動
2462 ワード
void setup(){
size(320,480);
noStroke();
}
void draw(){
background(124,235,235);
ellipse(50 ,mouseY-100,40,40);
ellipse(100,mouseY-50 ,40,40);
ellipse(150,mouseY ,40,40);
ellipse(200,mouseY+50 ,40,40);
ellipse(250,mouseY+100,40,40);
}
Author And Source
この問題について(Processing - 15 - マウス座標と円の移動), 我々は、より多くの情報をここで見つけました https://qiita.com/diveormosh/items/81e55284aa7751584e20著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .