I'm running into a clipping issue when Shaking the Screen on certain backgrounds.
Here is the first screen, where things are normal:
ShakeScreenBackground(5, 2, 99999999999999); //SHAKEY SCREEN! WOO!
Background Specifications: 320x200 (letterbox w/ borders)
(http://img8.imageshack.us/img8/2440/grueletterboxbug1.png)
Here, the image is shaking and is normal.
Now, next screen:
ShakeScreenBackground(7, 4, 99999999999999); //SHAKEY SCREEN! WOO!
Background Specs: 386x291
(http://img687.imageshack.us/img687/8709/grueletterboxbug2.png)
Here, the image starts to cut into the letterbox border and overlay it. Weird? Yes?
Then, the last screen:
ShakeScreenBackground(5, 1, 99999999999999); //SHAKEY SCREEN! WOO!
BG Specs: 320x295.
(http://img338.imageshack.us/img338/8905/grueletterboxbug3.png)
Here, the cut image from the previous room is carried over onto the letterbox into the next room. This clipping continues to occur in subsequent rooms and eventually disappears, after an uncertain period of time.
I'm using AGS 3.2.0.103.
EDIT: Sorry, I just realized I posted about this a year ago. I've tried the fix from before, but I'm not sure if it's working.
Old thread: http://www.adventuregamestudio.co.uk/yabb/index.php?topic=38362.msg504461
Hmm, I'm sure this was fixed by now. I'll have another look.