Letterbox Clipping on ShakeScreen

Started by TheJBurger, Tue 13/07/2010 19:50:22

Previous topic - Next topic

TheJBurger

I'm running into a clipping issue when Shaking the Screen on certain backgrounds.

Here is the first screen, where things are normal:
Code: ags
ShakeScreenBackground(5, 2, 99999999999999); //SHAKEY SCREEN!  WOO!

Background Specifications: 320x200 (letterbox w/ borders)

Here, the image is shaking and is normal.

Now, next screen:
Code: ags
ShakeScreenBackground(7, 4, 99999999999999); //SHAKEY SCREEN!  WOO!

Background Specs: 386x291

Here, the image starts to cut into the letterbox border and overlay it. Weird? Yes?

Then, the last screen:
Code: ags
ShakeScreenBackground(5, 1, 99999999999999); //SHAKEY SCREEN!  WOO!

BG Specs: 320x295.

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

Pumaman

Hmm, I'm sure this was fixed by now. I'll have another look.

SMF spam blocked by CleanTalk