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
slip of the tongue perhaps,
Those idiots who drive around in a ridiculously raised pick up truck, making a top heavy vehicle even more top heavy and unstable
A:*gah*
B: "Whats the matter"
A: This dam prickup is blinding me.
B: Stupid thing's, as if there lights weren't blinding enough as it is.
prickup by lunasea September 28, 2009
Word of the Day on June 23, 2026

Serial Monogamist 

Someone who jumps from one relationship immediately into another one.

Serial monogamists can not stand to be alone and often suffer from vast commitment and insecurity issues.

Because they jump into relationships immediately after the previous one has ended, serial monogamists typically don't take the time to reflect on their behavior or why their previous relationships failed; thus, they end up making the same relationship mistakes over and over again.
Person 1: Damn, Dustin already has a new girlfriend?! It's only been two weeks since he broke up with his fiance! I think he's a sociopath.

Person 2: No, he's a serial monogamist...
Word of the Day on June 22, 2026

liquid lunch 

A lunchbreak comprised entirely of alcoholic beverages, and no food.
"With all the lay-offs that morning, it was rough. I hit the bar around the corner for a liquid lunch mid-day."
liquid lunch by Alexandra July 27, 2004
Word of the Day on June 21, 2026
Dunzo, a slang word for done/finshed. Made famous by the Laguna Beach cast.
This car is so dunzo. (Kristin's car breaks down.)
dunzo by Joey Pellet December 8, 2004
Word of the Day on June 20, 2026

ankle biter

Someone or something that bites your ankles.
To a postman, an ankle biter is often known as a dog.
To an adult, an ankle biter may be a toddler.
To hikers, an ankle biter is sometimes a tick.
And so on.
"Dang ankle biter took off my whole leg!!"
ankle biter by the sane maniac February 2, 2004
Word of the Day on June 19, 2026