All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.mobile.as Maven / Gradle / Ivy

Go to download

GradleFx is a Gradle plugin for building Flex and Actionscript applications

The newest version!
package ${package} {
	
	import flash.display.Sprite;
	import flash.display.StageAlign;
	import flash.display.StageScaleMode;
	
	
	public class ${class} extends Sprite {
		
		public function ${class}()
		{
			super();
			
			// support autoOrients
			stage.align = StageAlign.TOP_LEFT;
			stage.scaleMode = StageScaleMode.NO_SCALE;
		}
		
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy