/* 
	Remove these comments when using for real!

	This is a simple sequence example. It will produce a 
	sequential falling effect from left to right

	Notice that there are 24 entires since my example
	has 24 blocks on screen
*/
1,5,10,15,20,25,30,35,40,45,50,55,60,65,70,75,80,85,90,95,100,105,110,115
/*
	This will produce an 'interleaved' sequential drop
*/
5,80,10,85,15,90,20,95,25,100,30,105,35,110,40,115,45,120,50,125,55,130,60,135
