RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Resolved] I Need Help With Hidden Passage [RMXP]

Started by chuckman22, August 24, 2007, 01:05:54 AM

0 Members and 1 Guest are viewing this topic.

chuckman22


Hi as you can tell I am new, basically what I need help with is making an event where I read from a tomb stone then there is an animation and it descends to the ground and makes a passageway appear from out of nowhere. I have already done the text and animation so that it crashes to the ground by making the animation hit a blank event but I just can't figure out how to add a passageway to the blank event directly after impact. I can put a passageway there easily but I don't want it there before I do the animation.


If anyone could help me I would be very grateful! ; :D If I figure it out before I get a response I will be sure to post what I did to fix it!

I used to be bored...until I got RPG Maker!

modern algebra

Well, you can import the passageway as a character set, and then when you want it to appear, set the graphic of the event to the passageway graphic. I might be misunderstanding the question though.

Arkbennett

Simple.
Just do the animation first and use the wait command after the animation but before changing it into a passageway, usually 10-20 frames will do.
Or if you wanna do it seconds wise, about 15 frames = 1 sec.