Hello! welcome to how to copy Mario galaxy 101 this completely original guide :O
ever wanted to have platforms switch between being active and deactive when you jump in GKC? well I have found out how to do it
Materials
1 Player Coords Device
1 lifecycle
1 Relay
2 triggers
4 Properties
1 (optional) Game Overlay (for debug purposes)
The guide of peak :O
First, Place down a lifecycle that when the even happens broadcasts on “Game Start” next place a relay, that when recieving on “Game Start” relays for All Players channel “Game Start Relay”
now lets 2 more things before we get into the good ol block code
Place a Player Coordinates Device (or if you already use one in your map just use that)
and make 2 properties. one called “Y” and one called “delayed_Y” and set them both up like this
Now we can finally get into the block code. place a trigger and set it up like
Trigger when recieving on Game Start Relay, Loop (yes, you can receive on multiple channels) and Brodcast on Loop when triggered. with a trigger delay of 0.01
now make some block code like this
now make 2 new properties
one called “Jumped”, that is a True/False Property, default value is false, when property changes it broadcasts on Platform Handle
another one called “Red/Blue” that is a Text Property, Default Value is “Red”
now make another trigger with that triggers when receiving on Platform Handle
with block code like this
now make 2 barriers one red that has these settings
Wow! This is a GREAT guide! It’s not too difficult, and I would’ve guessed you would use triggers.
But, I have a question–instead of using block code, you could use a Trigger, Wire Repeater or Repeater and Counter as the main devices to deactivate and activate them with the repeater incrementing the counter by 5 with a target value of 5, then deactivating the same one while activating another, then having a separate counter with the same counter and deactivating and activating the other again.
This is a good guide, though! It was very interesting and great!
I don’t usually use properties with time, but you made it very simple, so good job!
I also like the delays, as this is something my description can’t really do–it was just a simplified version! This can also be repeated to make more than one.
🙂 I'm about to take a test, so I'll be back in about an hour....
Interesting, though if you could,
try uploading a gif of the end result as a demonstration!
(usually because I want to see how it’s supposed to look when it works)