RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
A few questions...

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
Hey, I've got a few quick questions (all for RPG maker xp).

1. Is there anyway to get text to come up on the screen for a certain length of time?

eg - I want to click newgame and a screen scrolls up showing places etc. Whist thats happening I want some text to appear on top, and then go off once the images have gone. Anyway to do this instead of having the user click?

2. Anyway to teleport without setting up every square on the map?

eg - You walk off the left side of the map. Do I have to manually put in every square, or is there a way to set the program up to automatically calculate where to send me?

3. Are there any good sites to learn how to script at? I think I might need some to use with my game so I'm interested in learning. Also how long would it take for me to pick a decent amount up?

Thanks to anyone that helps!!  :)
Humans have needs in their world, but the world does not need them.

**
Rep: +0/-0Level 89
1. Use move picture and show picture commands  :)

2. No

3. http://www.crankeye.com/forums/viewtopic.php?t=6237

There you go  :^^:

My xbox 360 gamercard =D

**
Rep: +0/-0Level 88
Alright! Thank you!!  :D
Humans have needs in their world, but the world does not need them.

*
? ? ? ? ? ? ? ? ? The nice kind of alien~
Rep:
Level 92
Martian - Occasionally kind
2. Yes. There's several ways. I made a short demo in RMXP a while ago demonstrating a way: http://rapidshare.de/files/16511102/BigWorld.exe.html

**
Rep: +0/-0Level 88
Thanks, but it says the file isn't there.... :? Can you explain how to do it?
Humans have needs in their world, but the world does not need them.

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Strange... If I click on it I can dl it...
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

***
Rep: +0/-0Level 89
Zone Of The End
1. First get the pictures you want to use, back them up and edit them. Use Paint or some other program to put text in the pictures. Second make a AutoStart Event and add the following code
Code: [Select]
Show Picture : 1, 'Name of Picture', Upper-Left Coordinate (0,0), (100%,100%), 255, Normal
Wait: XX Frames
Erase Picture : 1

Keep repeating this till your intro is finished.

2. Create a single Event and make it Hero Touch, then add the teleport trigger and then use the simple CTRL+C and CTRL+V to populate the sides

3. You can also pickup a couple of scripts from http://www.rmxp.net/forums/index.php?showforum=87 and learn by using and editing them, however you have to put credit for the original author in your Credits.

4. The file is there, the site just requires you to navigate a little... well A LOT compared to me FileFront downloads...
I don't prove anything to anyone!