It's nothing Malice, take a look at my particle creation function.
Function ParticleNew.tPart( parent, sound$, x#, y#, z#, frame, spd#, spdVar#, spdChange#, rndSpdX#, rndSpdY#, rndSpdZ#, size#, sizeVar#, sizeChange#, sizeMax#, alpha#, alphaVar#, alphaChange#, weight#, weightVar#, rotMode%, rotVal#, horAlign%, R%, G%, B%, colorVar%, xStart#, yStart#, zStart#, xWidth#, yWidth#, zWidth#, shapeMode%, innerAngle#, outerAngle#, circularDegree#, lifeTime%, GroundHeight#, Elasticity#, MaxBounces%, pulseStr#, blendMode%, fadeRadius#, delayTime%, duration%, emissionRate% )
;Here is the usage
bubble.tPart = ParticleNew( camera\cam, "Media\sound\nefes.ogg", .5, -1, 1.5, 1, 0, 0, 0, .001, 0, .001, .1, .2, 0, 0.1, 1, 0, 0, -.2, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 3360, 0, 0, 0, 0, 0, 0, 3000, 1000, 50 )