ID:177003
Nov 21 2002, 12:07 am
|
|
I have been doing a good deal of coding recently, but not quite expert yet, but I never have figured out how to get a BMP into your game?
|
In response to Xooxer
|
|
ah thanks =), you need to start a tutorial so that noobies like us wont be asking stuff like dis! ;P
|
obj/my_bmp
icon = 'my_bmp.bmp'
The my_bmp object will be about the size of the original bmp, so all you'll have to do is place it on the map. I would suggest the first approach, becuase bmp files tend to be quite large, thus increasing the size of the download for the player. A single bmp for a title screen would be ok, I guess, but I would still probably convert it over to a dmi file.
~X