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.
Operators determine how the information in a variable(s) should be evaluated in an expression.
There are several different types of operators - arithmetic, comparison and logical. Each has their own purpose. Arithetic operators are used to perform basic mathematical operations such as adding and subtracting. Comparison operators are used for relational and equality analysis in an expression. Finally the logical operators allows us to perform complex logical expressions.
The data type (numeric, string or boolean) will also be a factor in determining what operator you'll use. Here are some quick examples to get you in the mood:
Set Variable: "fname" = "Fred"
Set Variable: "lname" = "Wahid"
Set Variable: "salary" = 500
Set Variable: "salary" = 500
Set Variable: "overtime" = 120
Set Variable: "pay" = salary + overtime
If (overtime > 300)
Go to and Play("toomuch")
End If
If (fname ne "")
Set Variable: "fullname" = fname & " " & lname
End If
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".