Working with javascript and the Easeljs lib and createjs, i need some help. my program draws some circles and fills them with color. also with a Ticker they are moving and with some if statements they are bouncing from the walls of the window. The circles are created dynamicly and the amount of circles is different everytime.
Now I need to implement a feature so that the circles will enlarge when you press them. They should get their radius +1px bigger every 30 ms. I don't know how to do that. 1. Do u use onPress for this?which callbacks do i need to use and how will i find out if the mouse is released and the circle can stop growing? 2. do i need to delete circleObject from my circlesArray or is it enough to delete it from the stage and draw them again? I'm desperate for help, i would be glad if someone could give me some clues!
Greetings T