# Script doesn't let timeline finish

**URL:** https://forum.kirupa.com/t/script-doesnt-let-timeline-finish/111309
**Category:** Uncategorized
**Created:** [May 25, 2004, 7:07pm UTC](https://forum.kirupa.com/t/script-doesnt-let-timeline-finish/111309 "2004-05-25T19:07:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sandman9](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@Sandman9](https://forum.kirupa.com/u/Sandman9)
#### Post date: [May 25, 2004, 7:07pm UTC](https://forum.kirupa.com/t/script-doesnt-let-timeline-finish/111309/1 "2004-05-25T19:07:03Z")

</div>

Hello

I have a timeline that is like 400 frames long. At about the 300 frame mark I have the follow script placed on the timeline which causes my timeline to stop playing at this point. Anyone know how I can still have this script present and have my timeline play through to it’s end?

```auto

num = 9;
_global.jum = 9;
_parent.click = jum;
_root.sbs.shiftIt(_root.sbs.content, _root.sbs["X"+num], _root.sbs["Y"+num], _root.sbs.rate);

```

Sandman9
