Advanced Calculations / Function Block

Hey,
A few days ago, I was making a clicker game and I wanted to make scaling prices like Cookie Clicker, but there’s no way to use exponential functions at the moment. It would be nice to get a block that adds multiple kinds of functions.

  • Snakicus
4 Likes

you can do this using Math.pow(x,y) which equals x^y

3 Likes

Ah, thanks, I had no idea

4 Likes

help block shows you this btw

1 Like

*Help button in a behavior block

3 Likes