i need help why is this wrong

with (instance_create_layer(x,y,layer,obullet));
{
direction = point_direction(x,y,mouse_x,mouse_y);
speed = 6;
}

why is line 1 wrong i need help pretty sure i did every thing right
 
Top