I decided to create a IDLE cookie clicker style game, I already learned how to create particles and they are working, every time I press a button it generates particles, but they appear from the button object, I would like them to appear where my mouse is pointing, but I have no idea how to define the appearance of particles in the position of my mouse, it doesn't accept (Mouse.Y, Mouse.X), that's probably not what I should be trying...
So my friends, what way do you use to appear a particle at the position of the pointer when clicking on an object?
Thanks!