Featured FLA
» Author: Bugra Ozden
» Title: Skatalog v9 - product catalog
» Description: Create your product catalog easly and publish on your website or Create your image gallery, documents list, portfolio. Fully XML Driven
» More by Bugra Ozden
Featured Site
» Posted in the Flash Kit Links section
» Title: Creative DW Image Show PRO
» Description: Creative DW Image Show PRO is a Dreamweaver extension which enables the user to create multimedia presentations. It combines the features of the popular Creative DW Image Show with the ability to add professional text effects to slides (similar to After Effects). The product is very customizable: the user can choose the duration of the transition effects, the slide motion start and end position, zoom and panning type for both images and texts.
Logical operators allow us to add an element of complexity to our expressions. While they may sound confusing at first, once you get a feel for them they will become a powerful ally that will make your actionscript simpler and faster.
Logical Operators
and
not
or
The Logical AND
The Logical NOT
The Logical OR
The AND Operator
The logical AND is used when you want an event to occur when two statements (conditions) are BOTH true. A plain english example would be; if my bank account has $100 AND the day is Friday then I can go partying! Let's now look at an actionscript example:
On (Release)
If ((firstname eq "eddie") and (password eq "qwerty"))
Set Variable: "status" = "Access Granted"
Go to and Play ("membersonly")
Else
Set Variable: "status" = "Access Denied"
End If
End On
As you can see both the username and the password have to be correct before access is granted. Below I've created a table outlining all the different combinations you can have when using the AND operator. As you can see there is only one scenario that evaluates TRUE.
Eddie is the Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffeine addiction. He is carried on the shoulders of a semi-autonomous human called "Body".