I have created a memory that loads the sprites from the server during runtime.
drkoops.nl/tmp/BuildUpMemory_3.0.capx
I can start the layout of the game after the trigger: On All Animations Loaded ( I use rex's animation loader behavior)
Now I add an array that loads Globalvariables from a json data file.
Now I need wait for BOTH, the animation loaded and the Ajax completed trigger.
Can anyone tell me how to do this?
It is probably simple, but I just don't see it ....