Chicken and egg problem working with clips

Fill this out this info to make it easier for the community to help you! If you don’t fill out this information, your post may be deleted or removed.

What Wick Editor Version are you using?
Lates online version

Describe the Problem
When my clips reference other clips in the default or onLoad events sooner or later I run into problems because a clip doesn’t exist YET.

What have you tried so far?
When a clip uses code in another clip I stick the user code in an onLoad event and the used code in a default event, but that only gets me so far. I need a more structural approach but I cannot think of one (Javascript has the onPageLoaded event which is called if everything has loaded, but I don’t know how to use something like that in the Wick editor)

could you give us a wick file? my assumption with wick is that they would create everything in the frame before running any scripts, so this problem wouldn’t exist. but maybe I’m wrong.