Return to Snippet

Revision: 47324
at June 5, 2011 13:52 by tpryan


Initial Code
public function DemoButton()
{
	super();
	//Set the width and the height to the size of the image.
	width = 243;
	height = 103;
}

Initial URL


Initial Description


Initial Title
Hardset the size

Initial Tags


Initial Language
ActionScript 3