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
ActionScript mug front
Get the ActionScript mug.
See more merch

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

Eternity leave 

When some resigns or retires from a job, they are on "eternity leave". This can also refer to someone who has passed away, especially someone who worked somewhere for a long time, retired/resigned, then passed away later.
Oh I'm sorry, you didn't know that Kelly is on eternity leave? She resigned and moved to Hawaii!

With regrets I would like to inform you that my boss is officially on eternity leave. I will never see or hear them again. Ever.
Eternity leave by LingDanc803 February 7, 2023
Word of the Day on July 23, 2026
The hypothetical man (often a sinister character who decided not to go to boot camp) that is doing your girlfriend/wife while you are on deployment overseas.
Ain't no use in goin home,
Jody's got your girl and gone.
Ain't no use in goin back,
Jody's got your Cadillac,
Ain't no use in feeling blue,
Jody's took your checkbook too.
jody by Sgt Apan March 31, 2006
Word of the Day on July 22, 2026

girl grip 

The ability girls and women have developed to hold several items at once in one hand. The skill has been developed due to the lack of pockets in women's clothing.
I thought she'd need multiple trips to carry her phone, keys, wallet, and Starbucks to her car since she needed the other hand to open the door, but she used her impressive girl grip to carry everything in one hand.
girl grip by SillyMilly33 July 31, 2023
Word of the Day on July 21, 2026

Condiment home

A term that refers to one persons household hold nothing but ingredients and condiments in the kitchen area
Person A: Hey dude you got some snacks?
Person B: Nah, i live in a fucking condiment home...
Word of the Day on July 20, 2026

bang a you-ee 

of Massachusetts orig. "to make a u-turn"
hey, we missed the bar, bang a you-ee
Word of the Day on July 19, 2026