Pittsburgh Web Development | DVD Authoring Services | Web Hosting
Home
Portfolio
Help Wanted
Articles
News
Links
Tutorials
Flash Areas
Portfolio
About Me
Contact Me
Comments/Questions
Copyright 2007
Kirk Peters Multimedia Studio
Action Script - Creating a Loop
Once this script is placed on a frame the actions between the brackets {} will repeat until the "highNumber" is reached.
for
(i=lowNumber; i<highNumber; i++) {
}