Labels

..and how to use them

To specify a label's text, you must specify the text in the function.

In order to create a label, you need to use CatWebModifier.label.new (or, what the local variable is called)

CatWebModifier.label.new("Test")

Last updated