10 Minutes with Construct 2: Functions pt IV Recursion

 Continuing the topic of Functions in Construct 2, today I am sharing this video that shows you how to do recursive calls with a classic example: Calculating the factorial of a number. 

And before you add that comment I know that I could have calculated 0! but since the result was practically the same and the entire point was to show how to do the call I did not even bothered :)