Bigace360 38 Report post Posted April 27, 2012 Anyone know the bitmap method clear_rect, it's new in RMVX so xp won't have it. Share this post Link to post Share on other sites
Bigace360 38 Report post Posted April 27, 2012 Alright I found it: class Bitmap def clear_rect(rect) self.fill_rect(rect, Color.new(0, 0, 0, 0)) end end Share this post Link to post Share on other sites