Object Movement Relative to Variable Values

Hi

I’m trying to make a simple football freekick game but seem as im not amazing at action script I thought I’d ask the pros! I’ve come up with the basics of what I need to code but putting it all together looks quite daunting…

1, Random left/right wind direction is generated (horizontal value is assigned)
2, User selects position/direction of shot (vertical number value is assigned)
3, User selects the amount of curl/spin (horizontal number value is assigned)
4, User selects power/strength of shot (vertical number value is assigned)

5, Horizontal number values added together to give value for x position
6, Vertical number values are added together to give value for y position
7, Ball_mc is directed to x y postions
8, Simple hit test to see if ball hits goal area
9, If goal user goes to next level
10, If else user repeats level

Has anyone got any tips, tutorials or resources that might be useful for me please?

Thanks alot