Goal:
We now need to check to see if our lightsaber is actually on our not before we turn it off.
Steps:
 	- From Control, place an IF/THEN block inside of the THEN position of the previous IF/THEN block we just placed.
 
 	- From Variables, attach a get block into the IF portion of the IF/THEN block and set it to saberOn.
 
 	- From Variables, place a set block inside of the THEN portion of the IF/THEN block, and set it to saberON.
 
 	- From Logic, attach a false block to the end of the set saberOn block.
 
 	- From Canvas, place a clear block.
 
 	- From saberOff, place a Play block.
 
 	- From saberOff, place a Vibrate millisecs block.
 
 	- From Math, attach a 0(zero) to the end of the Vibrate millisecs block and set it to 500.