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?
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