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
n. A screenshot fabricated by a company to misrepresent the graphics of a game; a combination of the words bullshit and screenshot.

Originated from Penny Arcade, a popular gaming webcomic.
-Have you seen Madden 2006 for the Xbox 360? The graphics are gonna be awesome!
-Dude, the Madden 2006 images they showed at E3 were bullshots. It doesn't look nearly as good as they said.
bullshot by Worker Unit #503,298,545 September 26, 2005
Word of the Day on July 15, 2026

Gayborhood 

N. A neighborhood containing homes, clubs, bars, restaurants, and other places of business and entertainment that cater to homosexuals.
"They've opened up a new club in the Gayborhood called the Male Box."
Gayborhood by Mia Shields January 6, 2006
Word of the Day on July 14, 2026
A small piece of information. Derived from the word ken, used often in the scottish language and is synonymous with knowledge.
Person 1: "Hey I don't get this shit. How do you solve this problem?"
Person 2: "I got that one. Give me some kenlets on this assignment and I'll help you w/ that one."
kenlet by Norma Y. October 8, 2005
Word of the Day on July 13, 2026

I mean I guess bro

a word of expression to when you give up on comprehending someone's words of ignorance, stupidity, absurdity or are too exhausted to formulate a proper response.

Commonly seen in TikTok comment sections in replies to lazy attempts at humor, overconfidentally incorrect statement, or an over-the-top comment or when someone completely misses the mark on something.
"actually... incorrect statement, hope this helps!"
"I mean I guess bro"
Word of the Day on July 12, 2026

abandonware 

n. software that is no longer sold or supported by the original publisher / developer, often found as free downloads on the internet because it cannot be obtained elsewhere. Not legal, but often seen as morally acceptable because the company that made it is no longer selling the title, nor releasing it as freeware, therefore abandonware is "keeping the game alive", so to speak.
Doom II is not abandonware because id still sells it, while The Incredible Machine is not sold, therefore is abandonware.
abandonware by Spoom October 24, 2003
Word of the Day on July 11, 2026