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.
Numeric Operators are very straight forward. There are two types - Arithmetic and Comparison which can only be used on NUMBERS!! So if Flash catches you using these on strings prepare yourself for some errors!
Arithmetic Operators
+
-
/
*
Add two numbers together
Subract a number from another number
Divide a number by another
Multiply two numbers together
Examples:
Set Variable: "units" = 5
Set Variable: "cost" = 10
Set Variable: "price" = 20
Set Variable: "profit" = (price - cost)*5
Comparison Operators
=
<> >
< >=
<=
Equals
Not Equals
Greater Than
Less Than
Greater Than or Equal to
Less Than or Equal to
Examples:
If (input < number)
Set Variable: "status" = "guess a higher number"
Else If (input > number)
Set Variable: "status" = "guess a lower number"
Else If (input = number)
Set Variable: "status" = "Correct!!"
Go to and Play("end")
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".