PageRenderTime 82ms CodeModel.GetById 64ms app.highlight 11ms RepoModel.GetById 2ms app.codeStats 0ms

/flas/src/Fl_PreloadingPanel.as

https://bitbucket.org/HopeSky/mars_nd2d
ActionScript | 17 lines | 10 code | 6 blank | 1 comment | 0 complexity | 811de5586af6810c317cd92a699a6729 MD5 | raw file
 1package 
 2{
 3
 4	import flash.display.MovieClip;
 5
 6
 7	public class Fl_PreloadingPanel extends MovieClip
 8	{
 9
10
11		public function Fl_PreloadingPanel()
12		{
13			// constructor code
14		}
15	}
16
17}