First time here? First time here? Newsletter Signup Newsletter
651326 Members and growing! | Flash Jobs
Search tutorials
Author: Andross

The function sortArray( )

Here is the code.

function sortArray(array) {
	var a;
	var b = array.length;
	var c
	var tempArray = [];
	for (i=0; i<%lt%>b; i++) {
		a = array[0];
		c = 0;
		for (j=0; j<%lt%>array.length-1; j++) {
			if (a<%gt%>=array[j+1]) {
				a = array[j+1];
				c = j+1
				
			}
			
		}
		array.splice(c,1)
		tempArray[tempArray.length] = a;
	}
	return tempArray;
}

To put it in simple words, the function loops through the array searching for the smallest number. For instance, in the following array:..

[5,2,8,3]

the function would first identify 2 as the smallest number so it takes it and places it as the first number in the 'tempArray' that was created in the function for temporary use. The function then deletes the 2 from 'array', the function's parameter so that it now looks like this:..

[5,8,3]

while the 'tempArray' looks like this...

[2]

The function continues doing the same thing until it has done going through all the numbers, and the 'tempArray' looks like this...

[2,3,5,8]

So after the function is done, it returns the value of 'tempArray'.

» Level Intermediate

Added: 2004-08-24
Rating: 4 Votes: 12
(10 being the highest)
» Author
16 years old. Likes Flash. male.
» Download
Download the files used in this tutorial.
» Forums
More help? Search our boards for quick answers!

Comments

  • There are no comments yet. Be the first to comment!

  • You must have javascript enabled in order to post comments.

Leave a Comment
  • Your email address will not be published. All fields are required.
Featured Flash FLA
» Author: S.Saipriya
» Title: Flash Fire Effect
» Description: This tutorial explains about how to create Fire Effect in Flash of Actionscript 2.0.I hope this tutorial helps you!
Featured Sound Loops
Image for equalize

Audio Player

» Author: Aidan Crouzet-Pascal
» Title: Falling Star
» Description: This loop is a cool sounding, E minor loop.
Latest Font
» Author: Fábio FAFERS
» Description: I created this font for free use. Everyone can apply it in personal or business texts. Its free, but I want to be communicated in case of business use. Donations are accepted to keep the project of free fonts alive! Thank you all
Featured Sound Fx
Image for equalize

Audio Player

» Author: Brandan Paulin
» Description: Epic sounding loop with Brass, Percussion, Strings and Winds. This is actually part of a Loop Pack called the Coming where you can download the rest of the loops that go with it FREE from my website.