I am using 2 animations in a class, each is called from an activity module...
I need to call the second one after the first on has finished..Doing it from within the Class is not difficult, but how can I "know" that the animation has ended in the calling module??
I have tried to set a flag and then do a do until flag is true loop...but it seems that the animation ended event is never fired that way...
Oh, almost forgot... I'm calling both animations in sequence in the same sub from the activity module...