Use Touch.xAt(1), Touch.yAt(1) for the second touch.
Unfortunately, you'll need to duplicate the event:
On 0 touch start -> create particles at Touch.xAt(0), Touch.yAt(0)
On 1 touch start -> create particles at Touch.xAt(1), Touch.yAt(1)
[/code:ca6wszvf]