03-09-2006 03:11 PM
03-09-2006 03:21 PM
Please attach your code.
Most likely, you have a dataflow problem. Remember that the event structure cannot finish if the current frame is not finished.
If events need to execute in parallel, they must be in seperate event structures and in independent loops.
Have you run your code with execution highlighting? You'll probably see what is going on.
03-09-2006 03:30 PM