# Need help with vertical sliding navigation

**URL:** https://forum.kirupa.com/t/need-help-with-vertical-sliding-navigation/54741
**Category:** Uncategorized
**Created:** [June 17, 2004, 4:12am UTC](https://forum.kirupa.com/t/need-help-with-vertical-sliding-navigation/54741 "2004-06-17T04:12:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fred](https://avatars.discourse-cdn.com/v4/letter/f/db5fbb/32.png) [@fred](https://forum.kirupa.com/u/fred)
#### Post date: [June 17, 2004, 4:12am UTC](https://forum.kirupa.com/t/need-help-with-vertical-sliding-navigation/54741/1 "2004-06-17T04:12:50Z")

</div>

Hello  
I found this movie called [Hogg Vertical Sliding Nav](http://www.flashkit.com/movies/Interfaces/hogg_ver-247_medi-8414/index.php) in [FlashKit.com](http://FlashKit.com)’s movie section. I downloaded the .FLA file and there’s this part of AS that I don’t quite understand.

onClipEvent (load) {  
brems = 4;  
solly = 242.4;  
}  
onClipEvent (enterFrame) {  
y = solly-\_y;  
\_y += y/brems;  
}

Can someone please explain to me what does it mean? I’ve been told that breams and solly is a German word. Thanks :elderly:
