Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Syntax and Language Fundamentals > About syntax, statements, and expressions > Differences between ActionScript and JavaScript | |||
ActionScript is similar to the core JavaScript programming language. You don't need to know JavaScript to use and learn ActionScript; however, if you know JavaScript, ActionScript will seem familiar.
This manual does not attempt to teach general programming. There are many resources that provide more information about general programming concepts and the JavaScript language.
Some of the differences between ActionScript and JavaScript are described in the following list:
eval() function can perform only variable references.
|
|
|
|