Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsHello, I got a homework, to program simple things, like something with circles and motion.
Maybe someone could give me advice with it. I need to program nonstop moving circles, wich comes in from one side. And if u press on one of them, it turns in other color, like example orange and than keeps moving in 45 grades angle.
here is example. but no a very good one but still u understand that.
http://www.newgrounds.com/dump/item/29d1e41bf49c66b735abb664 62979e49
Nobody will do your homework for you. If you have a certain question ask it. But you didn't provide any code, so I doubt you have even tried writing it yourself.
Ofcourse nobody will. Like I said I am no programmer, I am just asking maybe someone could say with what I should start ?
At 4 hours ago, Kembry wrote: Hello, I got a homework, to program simple things, like something with circles and motion.
Maybe someone could give me advice with it. I need to program nonstop moving circles, wich comes in from one side. And if u press on one of them, it turns in other color, like example orange and than keeps moving in 45 grades angle.
here is example. but no a very good one but still u understand that.
http://www.newgrounds.com/dump/item/29d1e41bf49c66b735abb664 62979e49
Look up MouseEvent.CLICK, which runs a function every time you click something. Add that listener to each circle.
Some other helpful things to look up: addEventListener, event.target
Have you drawn this yourself or made with Actionscript?If it is with Actionscript maybe I can help a little since I know somethings but if you have drawn this...well I can't do much.