Hi!
I'm trying to draw text on the top of window, but it's in the middle automatically.
http://i83.photobucket.com/albums/j295/ ... middle.jpg[/img]
Please tell me how to draw text on the top,
(I want text to be in brown space in the picture)
Here is the script,
Thanks in advance! :smile:
I'm trying to draw text on the top of window, but it's in the middle automatically.
http://i83.photobucket.com/albums/j295/ ... middle.jpg[/img]
Please tell me how to draw text on the top,
(I want text to be in brown space in the picture)
Here is the script,
Code:
super(0,0,640,480)
self.contents = Bitmap.new(width - 32,height - 32)
self.contents.draw_text(0,0,width,height,text)
Thanks in advance! :smile: