Documentation issues
-
Arguments don't match syntax (or the example):
Link: https://fuzearena.com/help/view/createStar
Syntax:
shape = createStar( x, y, innerRadius, outerRadius, numPoints )Arguments:
shape Handle which stores the newly created shape
x Horizontal screen position in pixels
y Vertical screen position in pixels
width Radius of the inside section of the star
height Radius of the outside section of the starWrong order:
Link: https://fuzearena.com/help/view/getVertex
Syntax:
position = getVertex( shape, vertex )Arguments:
shape Handle which stores the shape in question
position Vector describing the screen x and y position of the desired vertex
vertex Float index of the desired vertex (begins at 0, clockwise)Missing description:
Link: https://fuzearena.com/help/view/setShapeScaleModeLocal
Broken example:
-
Simple typos;
https://fuzearena.com/help/view/scaleShape
scaleY Float scale direction to be applied to the veritcal axis of the shape
https://fuzearena.com/help/view/moveShape
axes Vector describing the amount (in pixels) to mvoe the shape on both axes
-
Thank you for bringing these to our attention!