BBGamelib.flash.wrap.BBFlashGraphic.gotoAndPlay C# (CSharp) Method

gotoAndPlay() public method

public gotoAndPlay ( int start, int end ) : void
start int
end int
return void
		public void gotoAndPlay(int start, int end){
		}
		

Same methods

BBFlashGraphic::gotoAndPlay ( int start, int end, Action callback ) : void
BBFlashGraphic::gotoAndPlay ( string start, string end ) : void
BBFlashGraphic::gotoAndPlay ( string start, string end, Action callback ) : void