When you see <varies> in instance variable, this means that you have several instances of this object on the layout, and several different values in this instance variable.
For example, you have Enemy sprite with HP instance variable, one enemy has HP=100, another HP=80 and another HP=50. When you select Enemy object, the editor will show HP=<varies> because all instances have different values.