Pittsburgh Web Development | DVD Authoring Services | Web Hosting    

Pittsburgh Web Development | DVD Authoring Services
 
Contact Me
 
 
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++) {
}