# Lmc tween problem!

**URL:** https://forum.kirupa.com/t/lmc-tween-problem/145179
**Category:** Uncategorized
**Created:** [April 20, 2005, 4:04pm UTC](https://forum.kirupa.com/t/lmc-tween-problem/145179 "2005-04-20T16:04:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![buckcee](https://avatars.discourse-cdn.com/v4/letter/b/5fc32e/32.png) [@buckcee](https://forum.kirupa.com/u/buckcee)
#### Post date: [April 20, 2005, 4:04pm UTC](https://forum.kirupa.com/t/lmc-tween-problem/145179/1 "2005-04-20T16:04:43Z")

</div>

Hello, Kirupians.  
I have question regarding slideTo option [lmc tween prototype].

Let’s say there is a button and when you rollover on that button, other objects starts to fall down. And when you rollout, the object moves back to the original position.  
For example -\>

> 

button.[color=black]onRollOver[/color] = function() {  
obj1.tweencolor=black  
};

button.onRollOut = function() {  
obj1.tweencolor=black  
};

When I applied above codes and rolled over then rolled out, it seemed to work fine at first sight. Yet, when I moved my cursor to the button back and forth constantly, objects began to fly over to some random place.  
Is there a way to prevent this problem? I tried .null like (obj1.\_y.null) but it won’t work at all… Please help… Thank you!
