Hi.. i will try to explain this so you will understand. :shock:
I was just playing around in the script editor and i was wondering how you can make the text a higher priority?
I thought i could try to remove the message window and use a picture instead but when i use a picture the text is behind the picture so you can't see it :shock:
I This is what i tried:
but as i said, you can't see the text cuz the picture is blocking it, so i wonder is there a way to change it so that the text is on top instead? :smile:
I was just playing around in the script editor and i was wondering how you can make the text a higher priority?
I thought i could try to remove the message window and use a picture instead but when i use a picture the text is behind the picture so you can't see it :shock:
I This is what i tried:
Code:
bitmap = RPG::Cache.picture('picture')
self.contents.blt(0, 0, bitmap, Rect.new(0,0,200,200))
but as i said, you can't see the text cuz the picture is blocking it, so i wonder is there a way to change it so that the text is on top instead? :smile: