I am trying to build an extension with the extension builder for a sprite.However, I have two questions :
How do you access, in javaScript, the arguments passed to the block (number, string,…) and what format are they? string or number?
if my argument (number type) is called Number_1, do I use : args.Number_1 or args[0] ?
How do you actually return the value? I tried adding “return 15;” in the live mode handler section and/or in the common settings and both do not work. My block always returns a NULL value.
It is probably not something very complicated, but I am new to this…
Thanks!