error CS1061. please help

Please use code-tags when posting code.

The error tells you what’s wrong. “float” doesn’t have any properties, it’s a primitive.

Looks like you meant to type the name of your Slider types (they have a “value” property) whereas floats don’t, you just assign them.

1 Like