[Previous] [TOC]

Summary


Congratulations on learning a few basics about writing scripts with ActionScript. In a short amount of time, you learned how to accomplish the following tasks:

  • Name instances following recommended practices.

  • Initialize a document.

  • Apply ActionScript syntax.

  • Locate ActionScript reference documentation.

  • Add comments to ActionScript.

  • Write a function.

  • Copy and modify a function.

  • Check syntax and test your application.

To learn more about ActionScript, select Help > Flash Tutorials > Basic Tasks: Create an Application.

[Previous] [TOC]