Often people use the scrollto behavior on a sprite, but if you are already doing it through events that's perfect.
In the event sheet you can change the system scrollto action to your liking.
You can do this in many ways. You could give the player a variable EnterNextRoom and check if this variable is true in the event sheet and change the system expression to scrollto somewhere else in case the variable is true..