Reply to Re: Tiles
If you don't have an account, just leave the password field blank.
There is a command called load_tile(); in which you can drop another bmp file in which is your tileset for something, and then use load_tile() to load another tile set. This could be really useful, but I have never tried it out. Yes, you could use this to change from a stone floor to wooden floorboards and all sorts of things.
I actually considered making a Dink's House Decoration game at one point, but forgot to make it. The best way would not be to use visions, but instead to define some Global Variables such as table, chair, fireplace etc. Then use a script for the screen that checks the values of those Global Variables then draws the sprites to the screen. Just my two cents.
I actually considered making a Dink's House Decoration game at one point, but forgot to make it. The best way would not be to use visions, but instead to define some Global Variables such as table, chair, fireplace etc. Then use a script for the screen that checks the values of those Global Variables then draws the sprites to the screen. Just my two cents.