How to do circle expanding animation with mouse click trigger ??
in
Programming Questions
•
2 years ago
I just want to implement a simple animation.
I haven't understood examples shown in Processing web-site, but want to know how to do it.
I want my application to be like this.
---------------------------------------------------
When user does mouse click on my application window, a circle whose center is point of the mouse click is going to
expand its radius gradually, like wave generated by water drop on smooth surface of water.
I can expand its radius while mouse button is being clicked, but I want to continue its expanding even after mouse press is
released.
Could you show me any crews, please ?
I haven't understood examples shown in Processing web-site, but want to know how to do it.
I want my application to be like this.
---------------------------------------------------
When user does mouse click on my application window, a circle whose center is point of the mouse click is going to
expand its radius gradually, like wave generated by water drop on smooth surface of water.
I can expand its radius while mouse button is being clicked, but I want to continue its expanding even after mouse press is
released.
Could you show me any crews, please ?
1