ActionScript Programming Language Information & Resources • programminglanguages.info

ActionScript Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in ActionScript

package 
{
	import flash.display.Sprite;
	import flash.text.TextField;
	
	public class actionscript extends Sprite
	{
		private var hello:TextField = new TextField();
		
		public function actionscript(){
			hello.text = "Hello World";
			addChild(hello);
		}
	}
}

Search on GitHub

ℹ️ Click on a column heading to sort the results.
Name Description Last pushed to Open issues Forks Stars Size

Latest data update: 2026-03-23