The issue is Event 29. You are spawning a bullet every 2 seconds. If there are no hoodlums in the layout, the bullet will still spawn, but at position 0,0, which is that top corner.
Change the system 'create' to 'hoodlum - spawn bullet', and that should fix it.