rather than using AbsoluteX and Y, I would use just X and Y and specify the layer name
Touch.X("UI") and Touch.Y("UI")
This is if you want the object created on the UI layer. If you want the object created on a different layer then change the name of the layer in the brackets to get the correct coordinates for that layer.