Google

The number one benefit of information technology is that it empowers people to do what they want to do. It lets people be creative. It lets people be productive. It lets people learn things they didn't think they could learn before, and so in a sense it is all about potential. One of the things that may get in the way of people being lifelong learners is that they’re not in touch with their passion. If you’re passionate about what it is you do, and then you’re going to be looking for everything you can to get better at it. My viewpoint is that life is all about learning and growing, and that life can be a real adventure of learning, growing, compassion, and joyfulness. I think earning money is the simplest thing in the world once you learn how to do it. It’s like driving a car. It’s simple if you know how to do it.

Sunday, November 11, 2007

ActionScript

ActionScript is the Flash scripting language that lets you add complex interactivity, playback control, and data display to a Flash document. You can add ActionScript within the Flash authoring environment using the Actions panel or create external ActionScript files using an external editor.

You don't need to understand every ActionScript element to begin scripting; if you have a clear goal, you can start building scripts with simple actions. You can incorporate new elements of the language as you learn them to accomplish more complicated tasks.

As with other scripting languages, ActionScript follows its own rules of syntax, reserves keywords, provides operators, and lets you use variables to store and retrieve information. ActionScript includes built-in objects and functions and lets you create custom objects and functions.

ActionScript is based on the ECMAscript specification (ECMA-262), the international standard for the ECMAscript programming language. ActionScript offers a subset of ECMAscript's functionality.

The popular JavaScript language is rooted in the same standard. For this reason, developers who are familiar with JavaScript should find ActionScript immediately familiar and have no trouble learning it quickly.

Computers-and-Technology Articles from EzineArticles.com