|
|
|
Flash Actionscript Programming Basics
Author: steve happ | Email Website : www.video-animation.com
Advertisement
Comments
Comments are helpful lines that are not compiled.
They help readers understand our program,
summarize a function's algorithm,
identify the purpose of a variable, or
clarify a segment of code.
There are two types.
Multiple Lines ( /* */ )
/*
An explanation of a section of code or
a coder's name and date
and other stuff
*/
Single Line delimiters (//)
// number of record
var recordNum ;
We hope the information helped you. If you have any questions
or comments, please don't hesitate to post them on the
Forums section
Submit your Tutorial at Click Here
|
|
|