Difference between revisions of "Quick Lighting"

From Make a Good Mega Man Level Contest
Jump to: navigation, search
m
m
 
(One intermediate revision by one other user not shown)
Line 14: Line 14:
 
|type=Visual, Toggled
 
|type=Visual, Toggled
 
|location=
 
|location=
|OffAppear=[[Mega Man 2]]
+
|OffAppear=[[Mega Man 2]]<br>[[Mega Man: The Wily Wars]]<br>Mega Man (Game Gear)
 
|MaGMMLAppear=[[Megamix Engine]]
 
|MaGMMLAppear=[[Megamix Engine]]
 
|appear2=
 
|appear2=
Line 47: Line 47:
 
*myFlag - If a switch object is placed in the level with the same flag as the Quick Lighting object, that switch can be used to turn Quick Lighting on and off. -1 (the default value) ignores the flag.
 
*myFlag - If a switch object is placed in the level with the same flag as the Quick Lighting object, that switch can be used to turn Quick Lighting on and off. -1 (the default value) ignores the flag.
  
==Related Enemies==
+
==Related Articles==
 
*[[Hothead]]
 
*[[Hothead]]
 
*[[100 Watton]]
 
*[[100 Watton]]

Latest revision as of 04:19, 12 October 2024

Quick Lighting
Animated GIF of the Quick Lighting gimmick in action.
Animated GIF of the Quick Lighting gimmick in action.
Information
In-Game Information
Type: Visual, Toggled
Programmer(s): Unconfirmed
Series Information
Official Game Appearances: Mega Man 2
Mega Man: The Wily Wars
Mega Man (Game Gear)
MaGMML Game Appearances: Megamix Engine
Quick Lighting object icon Quick Lighting deactivation object icon

Quick Lighting is a gimmick in Mega Man 2. It envelops the screen in darkness, rendering much of it invisible.

Quick Lighting is included in the Megamix Engine, and is planned to appear as a devkit gimmick in Make a Good Mega Man Level 3 and Make a Good 48 Hour Mega Man Level.

Behavior

Quick Lighting causes all of the tiles of the room to be pitch black at first. When certain objects are on-screen, the room will be lit up with a red tint, but it will darken again if the object in question is destroyed. Quick Lighting can also be toggled on and off by switches.

The effects of Quick Lighting will continue until the QuickLightingNormal object appears on-screen, reverting the light to its normal state.

Quick Lighting has two creation code values:

  • lightSource[#] - What objects will cause the room to light up while Quick Lighting is under effect, with the # replaced with a number. The default instances of this value are:
  • myFlag - If a switch object is placed in the level with the same flag as the Quick Lighting object, that switch can be used to turn Quick Lighting on and off. -1 (the default value) ignores the flag.

Related Articles