MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 66

Actionscript language reference
Table of Contents

Advertisement

}
function fx2():Boolean {
trace("fx2 called");
return true;
}
if (fx1() || fx2()) {
trace("IF statement entered");
}
/* The following is sent to the Output panel:
fx1 called
IF statement entered
*/
See also
! (logical
NOT),
(strict equality)
66
Chapter 2: ActionScript Language Reference
!=
(inequality),
!== (strict
inequality),
&& (logical
AND),
==
(equality),
===

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents