Search tutorials
Arguments
"An argument is a value associated with an action or function" -Master Visually For example, remember the code I gave you: on(press){ gotoAndStop(2); } What I did not mention was that the values enclosed in the parentheses are also arguments. Arguments can contain a literal value or an expression. Enclose literal values in quotes. Do not enclose expressions in quotes. An example of this is: on(press){ gotoAndStop("Scene 2", 1); } The "Scene 2" part is a literal value. The number, "1" is an expression. That is why it is not in quotes.| » Level Basic |
|
Added: 2007-11-19 Rating: 4.93 Votes: 57 |
| » Author |
| I am a tutorial writer. |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!