Insert Space on Timeline at Different Points

I have what I hope is a quick question. Just completed an animation with a button that you Drag along the timeline and it animates information in (by the way, HUGE improvement from Edge Animate!).

I have 30 seconds of space between each section that is dragged in. I’ve decided I want a full second. In Flash you could insert time at the point the scrub is in the timeline. Can you do that in Hype? Selecting and moving will be a disaster, way too complex and in groups, not in groups, etc.

Thanks for any help!

Here’s a symbol that should do the trick. Select Symbol, Import Symbol to use:
Timer.zip (17.3 KB)

It has a timeline that runs for 10 seconds, then resumes the Main Timeline. Here’s how to run it:

The symbol’s timeline runs hypeDocument.continueTimelineNamed('Main Timeline', hypeDocument.kDirectionForward, true); after 10 seconds to ‘unpause’.

You can copy and paste the timeline action to use this in any scene where the symbol (which can be off the scene) is present.