PHP Code:
	
		
			
//#CLIENTSIDE
function onCreated() 
{
  with (findimg(200)) 
  {
    layer = 3;
    x = player.x;
    y = player.y;
    with (emitter) 
    {
      delaymin = 1;
      delaymax = 1;
      nrofparticles = 1;
      maxparticles = 1;
      with (particle) 
      {
        lifetime = 10;
        image = "block.png";
        spin = 3;
        speed = 1;
      }
      emit();
    }
  }
} 
		
	
 ya need speed i think