# Infinite Menu

**URL:** https://forum.kirupa.com/t/infinite-menu/56228
**Category:** Uncategorized
**Created:** [July 1, 2004, 7:23pm UTC](https://forum.kirupa.com/t/infinite-menu/56228 "2004-07-01T19:23:57Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![genghiskongo](https://avatars.discourse-cdn.com/v4/letter/g/57b2e6/32.png) [@genghiskongo](https://forum.kirupa.com/u/genghiskongo)
#### Post date: [July 1, 2004, 7:23pm UTC](https://forum.kirupa.com/t/infinite-menu/56228/1 "2004-07-01T19:23:57Z")

</div>

Right now, the tutorial for the infinite menu tells how to make the menu scroll right when the mouse is right of the center position and left when it is left of center. How do I make it scroll left when it is right of center and vice versa?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 2, 2004, 9:48pm UTC](https://forum.kirupa.com/t/infinite-menu/56228/2 "2004-07-02T21:48:30Z")

</div>

I’m sure there’s at least 1 person who knows the solution.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 3, 2004, 5:21am UTC](https://forum.kirupa.com/t/infinite-menu/56228/3 "2004-07-03T05:21:20Z")

</div>

I’m putting this back on top until I get a solution. I searched the entire forum for any post having to do with this and still did not find anything. Someone pleeeaaaase help.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 3, 2004, 8:38am UTC](https://forum.kirupa.com/t/infinite-menu/56228/4 "2004-07-03T08:38:45Z")

</div>

Make your speed negative;)

```auto
onClipEvent (load) {
	xcenter = 150;
	speed = -1/10;//watch the "-"
}

```

scotty(-:
