# Last thread for today - Hopefully!

**URL:** https://forum.kirupa.com/t/last-thread-for-today-hopefully/195028
**Category:** flash
**Created:** [July 27, 2006, 9:38pm UTC](https://forum.kirupa.com/t/last-thread-for-today-hopefully/195028 "2006-07-27T21:38:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JPAG](https://avatars.discourse-cdn.com/v4/letter/j/b9bd4f/32.png) [@JPAG](https://forum.kirupa.com/u/JPAG)
#### Post date: [July 27, 2006, 9:38pm UTC](https://forum.kirupa.com/t/last-thread-for-today-hopefully/195028/1 "2006-07-27T21:38:50Z")

</div>

Why does this not work? The left button stays “out of work” when i move to a different position!

left\_btn.onRelease = function (){  
movon (indhold\_mc.\_x + 50)  
};

if (indhold\_mc.\_x \> -92.0) {  
left\_btn.enabled = false;  
} else if (indhold\_mc.\_x \< -92.0) {  
left\_btn.enabled = true;  
}

Thanks

-JPAG
