Featured FLA » Author: Surjit Dhami » Title: Book » Description: Book » More by Surjit Dhami
Featured Site » Posted in the Flash Kit Links section » Title: All-American Rejects » Description: Get to know this great band by exploring their "practice room".
Sr Instructional Designer D2L-Moodle,ClearanceWSI Nationwide, Inc.US-NJ-Fort Monmouth
Set Variable Action Author: Eddie Carroll
Basic Example:
Set Variable: "number" = 1
Advanced Example:
Set Variable: "n" = 1 Loop While (n <5) Set Variable: "textfield" = "Flashkit is cool" Set Variable: "n" = n + 1 End Loop