As a general rule I would avoid doing any gameplay action in a Start of Layout event, it's more for setting up your level. Placing objects, turning visible on/off, setting up variables, that sort of thing. Save the movement code for your main game sequence.
Still, if it crashed it's a bug, or so the mantra goes.