Difference between revisions of "Switch Block"
Spin Attaxx (talk | contribs) (Switch Blocks aren't tied to Switch Balls; any switch-type object will work.) |
Spin Attaxx (talk | contribs) |
||
| Line 13: | Line 13: | ||
|at= | |at= | ||
|type=Platform, Toggled | |type=Platform, Toggled | ||
| − | |location= | + | |location='''MaGMML: Episode Zero:'''<br>[[Defeat the Giant Spear Man!]]<br>[[Kingdom Crisis]]<br>[[Twilight Terrace]]<br>[[Null and Void (Episode Zero)|Null and Void]] |
|OffAppear=[[Mega Man Powered Up]] | |OffAppear=[[Mega Man Powered Up]] | ||
| − | |MaGMMLAppear= | + | |MaGMMLAppear=[[Make a Good Mega Man Level: Episode Zero|MaGMML: Episode Zero]] |
|appear2= | |appear2= | ||
|sprite=[[File:SwitchBlock.png]] | |sprite=[[File:SwitchBlock.png]] | ||
| Line 21: | Line 21: | ||
The '''Switch Block''' is a gimmick from ''[[Mega Man Powered Up]]''. It is a small block that can be disabled or enabled through the use of switches. | The '''Switch Block''' is a gimmick from ''[[Mega Man Powered Up]]''. It is a small block that can be disabled or enabled through the use of switches. | ||
| − | Switch Blocks were first included in the [[Megamix Engine]], and subsequently the devkits for ''[[Make a Good Mega Man Level 3]]'' and ''[[Make a Good 48 Hour Mega Man Level]]''. | + | Switch Blocks were first included in the [[Megamix Engine]], and subsequently the devkits for ''[[Make a Good Mega Man Level 3]]'' and ''[[Make a Good 48 Hour Mega Man Level]]''. The first game to use them was ''[[Make a Good Mega Man Level: Episode Zero]]'', in the levels [[Defeat the Giant Spear Man!]] (which resprited them to resemble ''Wario Land 4''<nowiki>'s</nowiki> Kaeru Blocks), [[Kingdom Crisis]], [[Twilight Terrace]], and [[Null and Void (Episode Zero)|Null and Void]]; the latter of which also used custom Switch Spikes. |
==Behavior== | ==Behavior== | ||
Revision as of 23:55, 15 May 2021
| Switch Block | |||||||||||||||||||||||
| |||||||||||||||||||||||
The Switch Block is a gimmick from Mega Man Powered Up. It is a small block that can be disabled or enabled through the use of switches.
Switch Blocks were first included in the Megamix Engine, and subsequently the devkits for Make a Good Mega Man Level 3 and Make a Good 48 Hour Mega Man Level. The first game to use them was Make a Good Mega Man Level: Episode Zero, in the levels Defeat the Giant Spear Man! (which resprited them to resemble Wario Land 4's Kaeru Blocks), Kingdom Crisis, Twilight Terrace, and Null and Void; the latter of which also used custom Switch Spikes.
Behavior
Switch Blocks are solid blocks that will be either "on" or "off" depending on the switch they're tied to; this is assigned by giving a Switch Block the same "myFlag" value as that of the switch to use via creation code. If a Switch Block isn't currently active, it will take on a darker colour and stop being solid until it is turned on again. Switch Blocks come in two colours; blue (which is active if the switch is in its "off" state) and red (which is active if the switch is in its "on" state).
Trivia
- In all devkits Switch Balls have appeared in to date, they are named "objPUSwitchBlockRed" and "objPUSwitchBlockBlue".