The most basic particle emitter of the bunch; this
particle emitter causes all spawning particles to be initially spawned in the same
defined position on the scene. There will be no variance in the position that particles
spawn. However, general particle emitter position can change via a call to the
pointParticleEmitter.setCenter(pX, pY) method, where pX and pY
define the new coordinates to spawn particles.