# Caurina tweener - trying to stop it tweening

**URL:** https://forum.kirupa.com/t/caurina-tweener-trying-to-stop-it-tweening/274532
**Category:** flash
**Created:** [October 31, 2008, 1:34am UTC](https://forum.kirupa.com/t/caurina-tweener-trying-to-stop-it-tweening/274532 "2008-10-31T01:34:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![biztaty](https://avatars.discourse-cdn.com/v4/letter/b/ecccb3/32.png) [@biztaty](https://forum.kirupa.com/u/biztaty)
#### Post date: [October 31, 2008, 1:34am UTC](https://forum.kirupa.com/t/caurina-tweener-trying-to-stop-it-tweening/274532/1 "2008-10-31T01:34:18Z")

</div>

Hi,

I have a timer, that calculates 2 seconds and after each 2 seconds it tweens my movie clip using caurina,

what I am trying to do is to stop it tweening,

what I am trying to do is something like this:

> 

myMC.addEventListener(MouseEvent.MOUSE\_DOWN, function() {  
countTime.stop();

movieclip.\_enabled = false; (so that it will stop being moved by caurina)

I know the above line is wrong in actionscript 3

could anyone help me?
