This is a average calculator. The main scripts are housed in the "stage" the two sprites are the instructions and the picture of the script this uses. The varible right by the list is the total when all the nubers are entered. Enter in each number at a time in the question box and when you are done type in "done", no quotations. The scripts are very simple, when the Green flag is pressed the stage asks a question where you type your digit it then stores the digit as a new item in the list "Numbers" it does this indefinatly untill "done" is typed. Then after done is typed it repeats the R"Repeat Untill" block untill the counter varible equals the number of items in the "Numbers" list. What it does in the repeat untill block is it changes the already zero total varible by the fisrt item in the list it then changes the varible "counter" and repeats the same thing over and over untill all the items in "Numbers" have been added, when counter shows that it has been repeated as many times as their are new items to add to total. After all that it finally sets the "Total" varible to it's current total divided by the number of items in "Numbers" thus the formula to find average. How to Find Average (Formula) : Each number added together Divided by the total amount of numbers. Feel Free to use the scripts in any game or program where you have to figure averages (like a batting average calculator :D ) logan996