# Sliding menu effect Change

**URL:** https://forum.kirupa.com/t/sliding-menu-effect-change/182815
**Category:** flash
**Created:** [March 21, 2006, 4:57pm UTC](https://forum.kirupa.com/t/sliding-menu-effect-change/182815 "2006-03-21T16:57:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![cazeyzman](https://avatars.discourse-cdn.com/v4/letter/c/258eb7/32.png) [@cazeyzman](https://forum.kirupa.com/u/cazeyzman)
#### Post date: [March 21, 2006, 4:57pm UTC](https://forum.kirupa.com/t/sliding-menu-effect-change/182815/1 "2006-03-21T16:57:28Z")

</div>

Hello hello,  
I’ve ben through the Sliding menu tutorial on kirupa at:  
[http://www.kirupa.com/developer/flash5/slidingmenu.htm](http://www.kirupa.com/developer/flash5/slidingmenu.htm)

The effect is great although for my purposes I am trying toget rid of the elastic easing effect and get a even speed without easing. The overall effect I want to achieve is a more of a push and stop rather than the blocks being sprung into place. Any help would be greatly appreciated. Here are my files:

[http://www.czmandesign.com/sliding/](http://www.czmandesign.com/sliding/)

Also, the speed I am lookin for is more similar to this:  
[http://www.kirupa.com/developer/mx/ASmovement.htm](http://www.kirupa.com/developer/mx/ASmovement.htm)  
:thumb:

---

<div class="post-metadata">

### Author: ![cazeyzman](https://avatars.discourse-cdn.com/v4/letter/c/258eb7/32.png) [@cazeyzman](https://forum.kirupa.com/u/cazeyzman)
#### Post date: [March 21, 2006, 11:52pm UTC](https://forum.kirupa.com/t/sliding-menu-effect-change/182815/2 "2006-03-21T23:52:37Z")

</div>

[http://www.aevision.com/tutorials/flash\_sliding\_pages.htm](http://www.aevision.com/tutorials/flash_sliding_pages.htm)  
I also found this similar script above, its maybe a little simpler to follow.  
I’m thinking that the answer may have something to do with this bit of code

[COLOR=“MediumTurquoise”]onClipEvent (enterFrame) {  
\_x += (endX-\_x)/spd;[/COLOR]

I haven’t used a lot actionscript but I figure that this “spd” script gives it the elastic effect and I am simply looking for direct movement without easing. Again, I’m a beginner!  
-Thanks again
