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.
This function assigns the boolean value False to a variable or expression.
Set Variable: "on" = "1"
If (on = False)
Set Variable: "output" = "Power Off"
End If.
Here the expression (on = False) evaluates to 0 or False (because on = 1) but the variable itself evaluates to 1 or True. Don't confuse the two, the first is an expression for the IF statement. The second specifically deals with the "on" variable, in this case the "on" variable hold the value of 0 or False. This expression could be written several ways and it all depends on what you're comfortable with. If (not on) or If (on = 0) are acceptable.
Eddie is the Content Editor at Flashkit.com and is actually a sentient Gateway Solo 2150xl notebook that suffers from acute lysdexia and caffine addiction. He is carried on the shoulders of a semi-autonomous human called "Body".