- Joined
- Jan 21, 2017
- Messages
- 5
- Reaction score
- 0
- First Language
- Filipino
- Primarily Uses
Hi! does anyone know how to display img/pic in the title screen?
I tried writing a line of code inside drawGameTitle function but no luck.
the title screen shows but it doesn't display the picture.
hmmm is it possible or not?
here's the code :
this._gameTitleSprite.bitmap.bltImage(ImageManager.loadPicture('testpic'), 0, 0, maxWidth, 150, x, y);
and the title screen :
Thank you in advance!
I tried writing a line of code inside drawGameTitle function but no luck.
the title screen shows but it doesn't display the picture.
hmmm is it possible or not?
here's the code :
this._gameTitleSprite.bitmap.bltImage(ImageManager.loadPicture('testpic'), 0, 0, maxWidth, 150, x, y);
and the title screen :
Thank you in advance!


