Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Sales on November 28, 2006, 12:29:03 AM
-
I don't know the codeing to make the mini map appear and dissappear. The tutorial topic I found dissapeared. and it had the coding that I'm asking for.
-
Moved to RPGM Programming.
-
It's probally still there, just on a different page.
-
Well I can't find it.
-
Here is an in-game screenshot of my world map with what I put in for thje codeing of the mini-map(The mini-map should be in the bottom-right corner):
-
Well, you need to use a picture. Duh.
-
I did add a picture:

Here is the codeing I used.
This is the mini-map picture:
-
Well, there's nothing wrong with that code (save for the Erase Picture: 2 there). So what do you need to know?
-
here is the problem...
Showpicture:1, WorldMinimap4,(250,50)
Showpicture:1, TinaWorldMinimap(V[00007],V[00008])
when you have two pictures show like this, it can either erase the first one and show the second, or not show either at all. You need the TinaWorldMinimap to be like this:
Showpicture:2, TinaWorldMinimap(V[00007],V[00008])
edit: oops, this topic is like two weeks old, just checked the date...
-
Originally posted by TjJackson
here is the problem...
Showpicture:1, WorldMinimap4,(250,50)
Showpicture:1, TinaWorldMinimap(V[00007],V[00008])
when you have two pictures show like this, it can either erase the first one and show the second, or not show either at all. You need the TinaWorldMinimap to be like this:
Showpicture:2, TinaWorldMinimap(V[00007],V[00008])
edit: oops, this topic is like two weeks old, just checked the date...
That's ok I needed the information.