Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: TheJBurger on Tue 13/07/2010 19:50:22

Title: Letterbox Clipping on ShakeScreen
Post by: TheJBurger on Tue 13/07/2010 19:50:22
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
Title: Re: Letterbox Clipping on ShakeScreen
Post by: Pumaman on Tue 20/07/2010 22:18:21
Hmm, I'm sure this was fixed by now. I'll have another look.