Or if you are changing to a different Activation Region (ie Level 1) use:
if (--Lives == 0)
{
view.x = -120;//insert your numbers for Level 1 Activation Region here.
view.y = -160;//insert your numbers for Level 1 Activation Region here.
}
Incidently, if you are new to this great program, it would serve you well to work through the tutorials and read the docs. Game Editor is very powerful, and deceptively easy to use, but it is like every program, it takes some time and study to learn the ins and outs.