Description :
Code contained in this block is executed in each frame during which the provided condition is true. This code is executed up to 60 times per second.
Uses :
Can be used in the same way as Forever. Consider using this in place of putting code inside an If block within another Forever block.
Example :
The following code continuously scales the target as long as the up key is pressed.