Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Sales on November 28, 2006, 12:29:03 AM

Title: Minimap
Post 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.
Title:
Post by: Ace of Spades on November 28, 2006, 12:43:32 AM
Moved to RPGM Programming.
Title:
Post by: Meiscool-2 on November 28, 2006, 12:45:43 AM
It's probally still there, just on a different page.
Title:
Post by: Sales on November 28, 2006, 02:42:18 AM
Well I can't find it.
Title:
Post by: Sales on November 28, 2006, 03:47:59 AM
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): http://i73.photobucket.com/albums/i232/Sales_2006/Image13.jpg
Title:
Post by: Meiscool-2 on November 28, 2006, 03:54:25 AM
Well, you need to use a picture. Duh.
Title:
Post by: Sales on November 28, 2006, 09:00:26 PM
I did add a picture:

Here is the codeing I used.

This is the mini-map picture:
Title:
Post by: WarxePB on November 28, 2006, 11:01:09 PM
Well, there's nothing wrong with that code (save for the Erase Picture: 2 there). So what do you need to know?
Title:
Post by: TjJackson on December 11, 2006, 04:50:01 AM
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...
Title:
Post by: Sales on May 03, 2007, 01:16:10 PM
Quote
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.