I am having some trouble figuring out how to overload a function in Flash using haXe. I know that Flash does not allow overloads but can accept function parameters without a type declared, but I am unsure as how to replicate this trick in haXe.
EDIT: Since this does not appear to be possible, are there any known tricks that can be used to get around this limitation?