Zelaron Gaming Forum

Zelaron Gaming Forum (http://zelaron.com/forum/index.php)
-   RPGMaker (http://zelaron.com/forum/forumdisplay.php?f=188)
-   -   [RM2K3] Help Please (http://zelaron.com/forum/showthread.php?t=45979)

PumpkinSoul 2008-06-08 11:53 AM

Help Please
 
How do you make a Intro on rpg maker 2003

like make words come up slowly while the background is moving and faded a little bit

please help

Wed-G 2008-06-10 11:52 AM

Quote:

Originally Posted by PumpkinSoul (Post 640461)
please help

Well first, to move the background (I'm assuming a basic map) you'll need to use the pan screen command to move the map around. (2nd page, 4th down on the right.) Just play around with it to find what you want it to do.

Secondly, to have words slowly come across without using pictures for each word (which would be time consuming) you can use general commands in the message boxes. For example, using commands like "\s[5]As I thought. \|Camels." would have the result of the text going slower (\s[5]) and a stop (\|) before the word, "Camels."

Other text commands(there are a lot more than I can remember off the top of my head):

Code:

\\      Shows "\".
\c[n]  Changes the text color to the color that matches n, n being a number from 0 to 19.
\s[n]  Changes the text speed to n, where n is a number from 1 to 20, 1 being the fastest.
\n[n]  Displays the name of the hero in the database with ID n, n being any numerical value. (\n[0] will show the name of the first member in the current party)
\v[n]  Displays the value held in variable n, n being any numerical value.
\$      Shows the amount of money held.

\!      The remainder of the message after this code is only shown when the player presses a key.
\.      Adds a 1/4 second delay to the part of the message which follows this code.
\|      Adds a 1 second delay to the part of the message which follows this code.
\^      Closes the message window without key input.
\_      Shows half a space.



All times are GMT -6. The time now is 08:46 PM.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.