A die block that activates a switch depending on the side it lands on when hit. The player can hit it using Spin Attacks, Star Bits, snowballs, fireballs, Yoshi's projectiles and the Rock power-up.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg1 | Float | SMG2 | False | Horizontal Throw Speed: How fast the die moves horizontally when hit. Default is 18. | |
Obj_arg2 | Float | SMG2 | False | Vertical Throw Speed: How fast the die moves vertically when hit. Default is 18. |
Name | Games | Required? | Description |
---|---|---|---|
SW_A | SMG2 | False | Gets activated when it lands on a red circle face. |
SW_B | SMG2 | False | Gets activated when it lands on a blue cross face. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Description |
---|---|---|
Player2Targetable | SMG2 | Can be targeted and hit by player 2. |