ok im trying to make a escape bar for my battle add_on but not really sure hot rect works
1) More info on what you're trying to do, please
2) Which "rect?" There's the Rect class, fill_rect, draw_text, etc. Please specify what you need.
im trying to make a bar that fills up in say 5 or so seconds then i use a custom made escape i will make when i get this its for my BLABS battle add_on
edit: can any 1 help ? i just need to know how to make a bar that fills
any 1a quick guide would help
Oh, if you have a sprite with the bitmap set:
self.bitmap.fill_rect(<x>, <y>, <width>, <height>, Color.new(<red>, <green>, <blue>, <transparency>)