Skip to main content

ActionScript 

The scripting language created by Macromedia (now Adobe) for use with Flash, a rich media format that drives most interactive experiences on the Web these days. ActionScript is developed based on the ECMA-262 standard, the same standard JavaScript is based on.

ActionScript was first made available in the Flash IDE version 4 with very basic controls mostly to control the starting and playing of specific frames. Starting in Flash 5, ActionScript has been expanded to be full-fledged scripting language and was finally editable within a text editor.

With Flash MX 2004 (simultaneous FP version 7), Macromedia introduced ActionScript 2.0, a much revised version that supports strict variable typing and class-based construct. AS2 revolutionizes Flash development and allows large and complex environments to be built while utilizing most object-oriented programming principles.

Adobe (purchased Macromedia in 2006) is currently busy working on ActionScript 3.0, which greatly expands on AS' matured status. AS3 is currently available for Flex 2.0 development, and is expected to be released for the Flash IDE with version 9.
ActionScript 1.0
function Foo()
{
this.sucks = true;
}
var foo = new Foo();
trace(foo.sucks) // outputs true

ActionScript 2.0
class org.f.Foo
{
private var $sucks:Boolean;

public function get sucks():Boolean
{
return $sucks;
}

public function Foo()
{
$sucks = true;
}

}

import org.f.Foo;
var f:Foo = new Foo();
trace(foo.sucks) // outputs true
ActionScript by seeminglee October 14, 2006
Words you can keep

actionscript 

The main scripting language for macromedia flash, based mostly on javascript and css.
var raisespeed = 12;
_root.pacman._x -= raisespeed;
actionscript by Sean March 20, 2005
Related Words
More from Urban Dictionary
Omg, the ramifications!”
-“You forgot about the rammys, bro.”
Rammys by Brandonmical August 4, 2023
Word of the Day on September 9, 2026

Failure Shower 

When you fail at something in life (eg. failing an exam or not getting a job), go home and spend an hour just standing in the shower, propping yourself up against the wall with your eyes on your feet.
Caleb knew the only thing to do after he didnt get prefect was take a failure shower.
Failure Shower by Vikingnz October 27, 2009
Word of the Day on September 8, 2026
Acronym for Non-Athletic Regular Person. Your schools lacrosse team probably shouts it at you while you walk by.
Lookie at these bunch of narps, NARP NARP NARP
NARP by Douchebag McKenzy March 31, 2010
Word of the Day on September 7, 2026

High School Liquid 

A person who can freely travel between and fit in with all high school social groups and classes.
He is high school liquid, he ate lunch with the nerds and hung out with the jocks after school.
High School Liquid by Thaedris July 30, 2008
Word of the Day on September 6, 2026

Purple Patch 

To describe coming into something good, coming into good luck and or good times.

Like walking over small green hills in the countryside then coming across a purple patch of flowers, thus it being unique and out of the ordinary.
I hit a real purple patch.

The other day this good thing happened unexpectedly then I was lucky with this, it was unique, I hit a real purple patch.
Purple Patch by Ralph Shitstorm October 27, 2020
Word of the Day on September 5, 2026
Next