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.
Middle of the Game Cutscene [RESOLVED]

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 90
Hey everyone

Currently, I'm in a point of the game where it must pause so players can watch a cutscene that happens within the villains stronghold while the hero is miles away. Since I'm just a begginner in the game, this is what I am doing:

- After a message, I teleport the hero inside the chamber of the villlains stronghold.
- Then, in the "MOVE EVENT", I choose "CHANGE GRAPHIC" and change the hero's graphic to a blank one, making him dissapearing.
- Then I move all other characters with an Autostart event.

My problem is, when I teleport the hero in, for a split second before he is made invisible, he is seen, so it always causes some confusion.

How can I get around this?

Thank you all
« Last Edit: April 10, 2007, 08:44:31 PM by Nightfire Raven »

*
Crew Slut
Rep:
Level 93
You'll love it!
For taking a crack at the RMRK Wiki
I'm not that great of an eventer, but my guess is try making him invisible first. It may not look right, but it's better than having him being seen.

Ok,

-on event: Screen flash, say ten frames:
-change graphic to the blank one
-now start your cutscene.

You could wait for nouman to reply, I would wait, but try that.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
What I would do is I would fade the screen black using Change Screen Color Tone. Then I would use Change Transparent Flag (I never use CHange Hero Graphic, but that's just me). Then I would teleport the player to the cutscene map and I would Change Screen COlor TOne back to Normal before the cutscene executes.

*
Crew Slut
Rep:
Level 93
You'll love it!
For taking a crack at the RMRK Wiki
What I would do is I would fade the screen black using Change Screen Color Tone. Then I would use Change Transparent Flag (I never use CHange Hero Graphic, but that's just me). Then I would teleport the player to the cutscene map and I would Change Screen COlor TOne back to Normal before the cutscene executes.

Much better than what I said!