Hi

I have video_screen set to 2. When I change this to:

video_screen = 1;

then the screen is made much larger, all my buttons are no longer aligned on the screen where I expect them and more importantly, an avi that runs from my script no longer runs.

My questions are:

1. Why does my avi not play when I change to video_screen = 1?
2. What are the implications for publishing a game if you use video_screen = 2; versus video_screen = 1; i.e. Will you have a rediculously small screen if you use video_screen = 2; and is it better to use video_screen = 1;?

Thanks for your help in advance