Explain what comments are, how they work, and how they are used.
What will be an ideal response?
There are times when you want to explain the purpose of various parts of your code, either as a memory aid and to help others who may read or revise your code. To document your code, you can add comments to the Action panel, which are lines of text placed between asterisks and/or slashes within the lines of code. The slashes cause Flash to ignore the text between them when running the code. You can also use comments to temporarily deactivate code that you don't want to delete from the file. To add and remove comments, you can manually type the syntax or use buttons on the Actions panel toolbar.
You might also like to view...
You can use a moveAndOrientTo() message to reorient any object in the object tree.
Answer the following statement true (T) or false (F)
A(n) ________ is the area of blank space that displays to the left, right, top, and bottom of a document
A) margin B) tab C) indent D) border
Use the document structure described in Exercise 15.23 to formulate the following queries in XQuery:
a. List all classes (identi?ed by a course code and semester) where every student received a B or higher. b. List all students who never received less than a B.
Which of the following is not an advantage of using styles?
A) Aligns pictures similarly B) Ensures consistency C) Increases flexibility D) Promotes uniformity