We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f90930 commit 3236aabCopy full SHA for 3236aab
1 file changed
js/secrets.js
@@ -44,6 +44,15 @@ for (var r = 0; r < rows; r++) {
44
}
45
two.update();
46
47
+for (var f in flowers) {
48
+ var flower = flowers[f];
49
+ console.log(flower.id);
50
+ $(flower._renderer.elem)
51
+ .click(function(e) {
52
+ flower.fill = "blue";
53
+ })
54
+}
55
+
56
57
function roseMath(v, k, t) {
58
v.x = radius * Math.cos(k * t) * Math.cos(t);
0 commit comments