If you want to use only blocks, you'll have to use regular attribute. Just make sure you reset them to defaults before or after you use them, so you don't have unexpected behavior.
Actually, you could probably make a custom block and add extra variables that won't be necessary for input and manipulate those. They will be local variables, but you'll have to pass in a value when you use the custom blocks (but it can be zero or whatever).
If you need a quick variable for calculations and don't mind using code blocks, you can use AS3 syntax to code it.