Honestly my question may have been answered but I don't have a college degree and only understand basic math and some algebra. I do have a lot of experience coding in as3 and animate and have read alot of answers and questions so far but I'm still lost.
I know how to do a hitTest on the object and picture I made for the green in my golf game. It appears that bitmap data is what I need to use but I'm new to it and never used it at all.
What Im thinking is when the golf ball enters the hitTestObject bounding box and is true to get the bitmap data and only look for color and dont worry about the transparent pixels. Then when the ball stops it should be on the green???
I have no idea so far on how to do this or is this the best thing to do?
I attached a picture of the green and some of the course so you can look and try to understand whats going on. Sand traps will be an issue but for now I want to focus on the green.