Sliding symbol link?

Hey,

Im trying to make a sliding symbol (with motion tween) be a link when you click it. I did what it says on sites with making it a button and adding the text (including the one on this site, and w3schools) such as

on (release) {
getURL("http://www.food.com", "_self");
}

but it dosent link.

Any suggestions please :slight_smile: