Right parentheses?

I get an error telling me to put a Right parentheses somewhere??

Scene=Scene 1, layer=Layer 1, frame=1, Line 69 ‘)’ expected

I know that my dot syntax grammar is really bad but WHERE on earth does the right parentheses go in the code?

if (minion.x, minion.y hitTestPoint(range.x, range.y, true))

nvm I got it to work after I realized I was using hitTestPoint wrong

should have been minion.hitTestPoint instead