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.
Parallel puzzle

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 83
Spriter
I need help with a puzzle, made with events.
As you see, the player is in the one room, the ghost in the other. They walk the same: up arrow is walk up, down arrow walk down viseversa. They have to turn the switch at the same time. Now here's the problem:
My 'ghost' event can't turn the switch.
All the switches, variables and such thing aren't important, so I don't have to write them here, as I didn't use any special stuff. The only thing i need to know is how can I make the ghost turn the switch.

P.s: the player can't get in the ghosts room, and the ghost cant'get in the players room.
You may use variables, (extra)events, switches, but no scripts if it can be done without one
only if it can't be done with vars switchs and events you may use scripts.

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
Just use a parallel process in the switch event that checks if the ghost is close enough, and if a key is pressed. If enter won't work, before the game say the A key or whatever makes the ghost pull switches.

**
Rep:
Level 83
Spriter
How do I exactly do that ???

**
Rep:
Level 83
go to conditional branch/page 4/Button .... is being pressed

If you see anyone using Stand_Still as their user name then tell me. This is my logo that I created in 2006. Mine you tell me, mine. (c) 2006

**
Rep:
Level 83
Spriter
Thank you very much, I've got it now. The puzzle works... :tpg: