what is the difference between document class and main time
line class in action scirpt-3
Answer / rajesh paul a
Any code if you opened flash document than selected timeline
and opening actionscript editor and writing code into that
is a timeline class.
If you written a code in separate '.as' file with package
and class structure. And assigned or linked to flash
document that we will call it a document class.
| Is This Answer Correct ? | 10 Yes | 1 No |
what are the correct statements consenting text field? : Adobe flash
Can you explain what are the differences between javascript and actionscript?
you have a textfield selected on stage and would like to separate each letter into its own textfield. Which option under the modify menu allows you to do this? : Adobe flash
which of the external actionscript files must you #include in your movie in order to use flash remoting? : Adobe flash
which keyword is used to attach methods and properties to a class? : Adobe flash
which of the following is not a result of exporting a movie for a debug build? : Adobe flash
What are the ways in which actionscript's code can be protected?
How to change background color and stage size?
what is the other way of using Inheritance in flash?
what is the key difference between while loops and do while loops? : Adobe flash
to what does object drawing model refer? : Adobe flash
What is the use of pre-loader?