# TweenMax timeScale issue

**URL:** https://forum.kirupa.com/t/tweenmax-timescale-issue/270160
**Category:** flash
**Created:** [September 5, 2008, 6:45pm UTC](https://forum.kirupa.com/t/tweenmax-timescale-issue/270160 "2008-09-05T18:45:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RebuiltJorge](https://avatars.discourse-cdn.com/v4/letter/r/94ad74/32.png) [@RebuiltJorge](https://forum.kirupa.com/u/RebuiltJorge)
#### Post date: [September 5, 2008, 6:45pm UTC](https://forum.kirupa.com/t/tweenmax-timescale-issue/270160/1 "2008-09-05T18:45:39Z")

</div>

ok so i have an object that tweens 700 pixels across the screen with TweenMax, at any given moment, i would like to have the ability to slow that objects speed down by half speed, but also have to ability to resume it to the regular speed,

right now i use this

TweenMax.to(ship,3{y:700,timeScale:1,overwrite:true,onComplete:removeTween,onCompleteParams:[ship]})

to slow the ship down, i apply the same tween over the object but with timeScale set to .5, i know this is doomed for failure, is there some way to alter just the timeScale variable only rather apply a new tween?
