Actionscript is an object oriented scripting language, based on ECMAScript (ECMA – European Computer Manufacturers Association). It is similar to the JavaScript programming language. Using Actionscript you can add interactive functionality to your web site. The most popular software, which benefits from the Actionscript implementations is Flash. Through the Actionscript code the developer can set and control the actions of the Flash objects. It can be used for different web sites: basic Flash animations, interactive Flash games, e-commerce applications, complicated community portals and many more.

In the Actionscript tutorial we will cover the following topics:

divider

  • Popular software using Actionscript : Several of the most popular software you can use to add interactive functionality to your web site:
    • Flash
    • SWiSH
    • Others
  • Actionscript basic syntax : Learn more about the syntax of action script and how to use some of the basic programming code elements
  • How to create web elements with Actionscript : In this part of the tutorial you will learn how to create basic elements such as buttons and menus.
    • How to create a dynamic button with Actionscript
    • How to create a dynamic menu with Actionscript