Physics/trajectory - need help with game like worms

i want to make a game that works like worms, people blowing up each other, but theyy’re gonna be tanks. i cant seem to get the codeing rite. can anyone help? like makin the turret move with an angle and making it fire a ball or sumthin. and sumthing with power bars?

thanx

I’m confused… you want us to make the game for you then?

There are plenty of tutorials on the site to get you started on how to write the code for such a project. As for the trajectories, search on google for the equations.

wat kind of tutorials? i just want to see some coding and someone explain the functions. any links will be helpful. thanks

http://www.kirupa.com/developer/actionscript/index.htm

Figured I’d point you to some tutorials on there that you would probably need:

http://www.kirupa.com/developer/actionscript/tricks/root_parent_this.htm
http://www.kirupa.com/developer/actionscript/functions.htm
http://www.kirupa.com/developer/actionscript/setinterval.htm
http://www.kirupa.com/developer/actionscript/hittest.htm
http://www.kirupa.com/developer/actionscript/xymove.htm
http://www.kirupa.com/developer/actionscript/gravity.htm // physics of gravity in Flash; probably find helpful.