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.
[RESOLVED]Character Transparency Help

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 88
"Ohh Yea!"
OK, to start off, I'm pretty new to the RPG maker world. But it's been a lot of fun learning.
So now on to my problem.
I am using RPG maker XP.
I'm making my character transparent so I can make an event on the bed that looks like hes laying on it, and im using a switch that will turn on when i want this to start, and then turn off. I have some pictures here.

I start by turning on the switch.

and then i tell my character to go transparent.

but when i open the game, i can still see him, and he's stuck there and can't move. i was just wondering if anyone could help me.
« Last Edit: January 18, 2007, 04:35:19 PM by jblair »
Yes, I Made Those!

**
Rep:
Level 88
"Ohh Yea!"
Yes, I Made Those!

***
Rep:
Level 88
A good eventer and story creator.
Basic Error!  ;D

On the second page, switch the AUTO START, to PARALLEL PROCESS

--------------------------------------------------------------------------------------

That should solve it.
Harmony before Justice,
Balance before Peace,
Order before Finality

Family Motto.

**
Rep:
Level 88
"Ohh Yea!"
so what exactly does "Parallel Process" mean
Yes, I Made Those!

*
Full Metal Mod - He will pillage your women!
Rep:
Level 93
The RGSS Dude
Parallel process is a function that runs always. It loops continuously, but doesn't affect the process of anything else. It's really helpful.

In this case I think you're over complicating it.

Just have 1 page that runs parallel process which a conditional branch :

If switch blah is on
then transparent
else
then opaque
end

Then set the switch on and off in your opening animation event.
"The wonderful thing about Tiggers
Is Tiggers are wonderful things
Their tops are made out of rubber
Their bottoms are made out of springs

They’re bouncy, trouncy, flouncy, pouncy
Fun, fun, fun, fun, fun!
But the most wonderful thing about Tiggers
Is I’m the only one, I’m the only one."

**
Rep:
Level 88
"Ohh Yea!"
OK thank you, trouble REXOLVED
Yes, I Made Those!