Objects are actually created at the end of the tick. (EDIT: apparently not)
When you use "Create" action, you can access this instance in the same event (or sub-events). But other events don't know about this newly created instance yet. You can add "Wait 0" at the beginning of event #49, which means to wait until the end of the tick, and then your alert will show the correct number of instances.