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.
Cutscene before gameplay

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
I've seen some topics with a video guide as a reply, but could someone just outline to me how to make a cutscene? I have the event already planned out on the map and I've set it up, but when I go to test play, all it does is bring up my party and I am actually able to move around. What I want to do is have a cutscene start, then be able to move after the cutscene is over....

BTW, I tried taking out my party position, but when I do that, the game will not run; only the title screen will. I am using RPG Maker 2003.

******
Rep:
Level 92
Welcome Poster of Year 2006 Award
Taking out the starting party position will most definately make the game unplayable, because that's where the first scene will take place.

1. In the database set the MAIN character's sprite graphic to an empty one.
2. For the event to start, make it an Auto-Start Event.
3. To make it stop, switches.
4. To bring the character in, change sprite association.
Do you want to be part of a growing Gaming Community, with many galleries, comics, active community, and gfx artists? Also known to be friendly. Also want some free anime music just for signing up? Play in the arcade?



Click Community Forums to join!

< Zelda Fan Club

**
Rep: +0/-0Level 88
Fables of Tier: 0.2%
Taking out the starting party position will most definately make the game unplayable, because that's where the first scene will take place.

1. In the database set the MAIN character's sprite graphic to an empty one.
2. For the event to start, make it an Auto-Start Event.
3. To make it stop, switches.
4. To bring the character in, change sprite association.
I make the "Player" Opacity to 0 in the Move Event event, don't need any sprite changing then.

***
Rep:
Level 88
A pirate's life for me
Or, go to System tab in Database and select "None" for Hero #1...


The new generation will go to the distance... Will the distance between us smallen?

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
I tend to use whatever depending on the situation. If I want the hero to fade in, I use the opacity trick. If I want a character name set up menu, but I don't want the player character to be visible until after, and I don't want to mess with changing the graphic over and over, I use the non-graphic. I don't really bother with the database one though.

**
Rep: +0/-0Level 88
Um, I'm not really understanding what you guys mean... what will changing the opacity do?

********
Rep:
Level 96
2011 Most Missed Member2010 Zero To Hero
Opacity is Transparency, except in reverse...iiifff you catch my drift. If something has a Transparency of 256, then it is invisible. The same thing can be done by setting Opacity to 0. If Transparency is how NOT visible something is, then Opacity is how visible it IS.
« Last Edit: December 18, 2006, 12:53:17 PM by arrowone »

***
Rep:
Level 88
Random-Idiot
Opacity 100% = Fully Opaque
Transparancy 100% = Fully Transparant
^
That is how I remember it.

So Opacity <=> Transparancy.
So Opacity 50% is the same as Transparancy  50%.

RMXP uses Opacity.
ALL HAIL ME™

**
Rep: +0/-0Level 88
How would changing the opacity of the character help the event start? I made the event auto-start, and the character is supposed to move a certain way, but nothing comes up. If I demo play the game, it tells me to set a starting party position; I do that, but the event doesn't start.

What I want to happen is for the event to happen, then for the character to be playable afterward....