function motion()
{	
	
	//--------------------------------------
	// VARS
	//--------------------------------------
	
	//--------------------------------------
	// INIT
	//--------------------------------------
	
	this.init = function()
	{
		
		this.motionInit();
	}
	
	
	//--------------------------------------
	// MOTION INIT
	//--------------------------------------
	this.motionInit = function()
	{
	
			
	}
			  

	
}	

