x = y
if (x ==y) {
gotoAndPlay(3) ;
}
In the bolded line of the example above, a single equals sign (=) is used; this assigns the value of y to x. Flash evaluates this operation and says, Whatever y is, x is now equal to it; they are the same.
By Adrien-Luc Sanders, About.com
x = y
if (x ==y) {
gotoAndPlay(3) ;
}
In the bolded line of the example above, a single equals sign (=) is used; this assigns the value of y to x. Flash evaluates this operation and says, Whatever y is, x is now equal to it; they are the same.
Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >
Easy ways to connect two computers for networking purposes. More >
©2009 About.com, a part of The New York Times Company.
All rights reserved.