How to add hyperlink

You can import the Link library into your code by going to Manage Libraries → Import Library from ID → then paste dR4BIBYsaPqybX21RevLykJg57yMONOHAPY9aF-dYS0 and press Add.
After the library is imported, make an onEvent block similar to @melynn’s example, but add the following code:

Link.link('google.com',true);

You can replace google.com with your link and it will take you there instantly.