Difference between revisions of "ActionScript"

From RogueBasin
Jump to navigation Jump to search
(Created page with '{{Template:Programming language| name = ActionScript |company = Adobe |influences = ECMAScript |status = Stable |platforms = Flash |site = http://www.adobe.com/devnet/act…')
 
 
(2 intermediate revisions by one other user not shown)
Line 13: Line 13:
First introduced in Flash Player 9, ActionScript 3 is an object-oriented programming (OOP) language based on [[ECMAScript]]—the same standard that is the basis for [[JavaScript]]—and provides incredible gains in runtime performance and developer productivity. ActionScript 2, the version of ActionScript used in Flash Player 8 and earlier, continues to be supported in Flash Player 9 and Flash Player 10.
First introduced in Flash Player 9, ActionScript 3 is an object-oriented programming (OOP) language based on [[ECMAScript]]—the same standard that is the basis for [[JavaScript]]—and provides incredible gains in runtime performance and developer productivity. ActionScript 2, the version of ActionScript used in Flash Player 8 and earlier, continues to be supported in Flash Player 9 and Flash Player 10.


== Roguelike games in ActionScript ==
== Roguelikes in ActionScript ==


* {{4DRL}} [[Chronophase]]
* {{alpha}} [[Dance of Death]]
* {{alpha}} [[Dance of Death]]
* {{7DRL}} [[The Adventurer's Guild]]
* {{stable}} [[Dungeon Screener]]

Latest revision as of 13:41, 23 December 2017

ActionScript
Programming Language
Company Adobe
Influences ECMAScript
Updated {{{updated}}}
Status Stable
Licensing {{{licensing}}}
Platforms Flash
Official site of ActionScript



What is ActionScript?

From the official site:

First introduced in Flash Player 9, ActionScript 3 is an object-oriented programming (OOP) language based on ECMAScript—the same standard that is the basis for JavaScript—and provides incredible gains in runtime performance and developer productivity. ActionScript 2, the version of ActionScript used in Flash Player 8 and earlier, continues to be supported in Flash Player 9 and Flash Player 10.

Roguelikes in ActionScript