I think it would be good if you could enable VSYNC in AGS games, to get rid of that annoying tearing you get when the screen scrolls.
Or it that caused by something else?
Interesting point - AGS used to do vsync but I took it out when it didn't seem to have any benefits. I'll take a look at it again in relation to scrolling.
Ah, that would be handy. I encountered that tearing effect as well when was making an arcanoid style mini game with AGS. I called RawDrawImage in repeatedly_execute for the scene drawing. Something like game.vsynch=1 would help a lot. :P
~Cheers