The only workaround I can think of is keeping track of which events have
run with global temporary variables (SetGlobal(), GetGlobal()) and if an
event fires and it shouldn't, registering a TimerEvent to re-fire that
procedure soon thereafter, thus allowing other events to fire, until they
have all fired in the right order.

Ugly, but better than nothing.

What's stopping you from doing all the events in one?


On Thu, Sep 6, 2012 at 1:19 PM, Alok <[email protected]> wrote:

>  Hi List,
>
> Is there a way we can force the order of running events in soft ?. For
> example I have two events for open scene event1 and event2. Is there a way
> I can force the events to fire in a predetermined order so that event1 is
> always fired before event2.
>
> Apparently I know the answer to this one is no but I am still asking if
> anyone has some insights.
> --
>

<<Alok_Signature_email_.gif>>

Reply via email to