Constructor

	Button(Id: String)
	
		Generates an instance of Button
		
			Id Id of the image that will be used as button.
		
	


Properties

	Button.over: String Path of the image that will be shown when the mouse is over.
	Button.click: String Path of the image that will be shown after clicking.
	Button.release: String Path of the image that will be shown after releasing the mouse.
	Button.out: String Path of the image that will be shown when the mouse is out.


Adjust just the properties that you need, the not setted properties will be ignored.