# Sliding symbol link?

**URL:** https://forum.kirupa.com/t/sliding-symbol-link/150439
**Category:** flash
**Created:** [June 7, 2005, 5:13pm UTC](https://forum.kirupa.com/t/sliding-symbol-link/150439 "2005-06-07T17:13:08Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Stevo](https://avatars.discourse-cdn.com/v4/letter/s/f05b48/32.png) [@Stevo](https://forum.kirupa.com/u/Stevo)
#### Post date: [June 7, 2005, 5:13pm UTC](https://forum.kirupa.com/t/sliding-symbol-link/150439/1 "2005-06-07T17:13:08Z")

</div>

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

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

```

but it dosent link.

Any suggestions please 🙂
