What are the different ways in which the variables can be assigned?
Answer / Uday Veer
In ActionScript, there are several ways to assign variables. They include:
1. Using the '=' operator: var myVar = 5;
2. Declaring and initializing a variable on the same line: var myVar:Number = 5;
3. Assigning a value to an already declared variable: myVar = 5;
4. Using the assignment operator within an expression: anotherVar = (myVar + 1)
| Is This Answer Correct ? | 0 Yes | 0 No |
How to change background color and stage size?
to what does object drawing model refer? : Adobe flash
What is meant by vector graphic animation?
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash
How to play a movie clip?
which keyword is used to attach methods and properties to a class? : Adobe flash
Explain what are the data types supported by actionscript?
how does an xmlsocket server know when a received message is complete? : Adobe flash
in which level does the original movie resides? : Adobe flash
can any one tell good training center for adobe flex in chennnai?
what is the purpose of the break statement? : Adobe flash
Can you explain what are the differences between javascript and actionscript?