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

Stealthie 

when you're holding up your phone and making faces at it, as though you are taking a selfie, but you're really taking a picture of the person across from you or the wall or anything else that seems interesting but you don't want to be caught dead taking a picture of.

This action is often made more convincing by wiggling the eyebrows or opening the mouth, to pretend you're trying to get a Snapchat filter to work.
FRIEND A: "Did you just take a stealthie of me?"

FRIEND B (turning phone around): "no I was just using snapchat's new filter, see?"
Stealthie by gwenhyfar October 2, 2016
Word of the Day on May 25, 2026

Summer Teeth 

When someone has a lot of missing teeth.
Mannn, that dude has summer teeth!
What do you mean?
Summer here, summer there...
Summer Teeth by BeckPot August 2, 2012
Word of the Day on May 24, 2026
The grindset is a contemporary ideology of self-exploitation disguised as strength, deeply tied to the aesthetics of the “sigma male” and to new digital forms of patriarchy. It promotes the idea that human worth depends on productivity, economic success, absolute emotional control, and the ability to work endlessly, turning vulnerability, rest, community, and tenderness into signs of weakness. Beneath its rhetoric of discipline and power often lies a profound inability to relate healthily to pain, fragility, and human interdependence.
“That’s the grindset, brother. While weak men sleep and complain, sigma males stay disciplined, work in silence, suppress emotions, and build power while everyone else wastes time chasing comfort.”
Grindset by Omega-Male May 22, 2026
Word of the Day on May 23, 2026
well known from south park
rednecks get angrry that future folk took there jobs so they yell
They took ouare jerbs!
Them future folk took ouare jerbs!
jerb by Jimberley Kim April 7, 2005
Word of the Day on May 22, 2026
An Irish phrase meaning shit, derived from ass
(Not to be confused with the literal description of one's buttocks)
"Did you hear the song Aylek$ dropped?"
"Hardly. Her music is absolute cheeks."

"My boyfriend say LaFlame is cheeks."
"Tell your boyfriend I said it's his mixtape that's cheeks."
Cheeks by thecartisan April 26, 2020
Word of the Day on May 21, 2026