Community

I want to conduct several successive actions in an event. For instance, in the canon ball example. Once the ball hits a wall, the ball explodes, the wall falls down, and a message "hit the wall" shows up. I want these actions taking place in the exact order as I described. However, if i use an static event to do it, the action is scheduled in an random order. what is the correct way to do this? please advise! Thank you, Run
Run, I suggest you to use a statechart instead of an event. In this way, you will be able to set a chain of events as states and transitions between them.