Zelaron Gaming Forum  
Stats Arcade Portal Forum FAQ Community Calendar Today's Posts Search
Go Back   Zelaron Gaming Forum > Zelaron Gaming > RPGMaker

 
 
Thread Tools Display Modes

 
Help Please
Reply
Posted 2008-06-08, 11:53 AM
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
Old
Profile PM WWW Search
PumpkinSoul is neither ape nor machine; has so far settled for the in-betweenPumpkinSoul is neither ape nor machine; has so far settled for the in-between
 
PumpkinSoul
 



 
Reply
Posted 2008-06-10, 11:52 AM in reply to PumpkinSoul's post "Help Please"
PumpkinSoul said: [Goto]
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.
Old
Profile PM WWW Search
Wed-G is an uncelestial body of massWed-G is an uncelestial body of massWed-G is an uncelestial body of mass
 
 
Wed-G
 
 

Bookmarks

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules [Forum Rules]
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 05:49 PM.
'Synthesis 2' vBulletin 3.x styles and 'x79' derivative
by WetWired the Unbound and Chruser
Copyright ©2002-2008 zelaron.com
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
This site is best seen with your eyes open.