A purple bug enemy that charges at the player if they see the player. It can be defeated by Ground Pounding on its back. It drops three Star Bits in SMG1 and a single Coin in SMG2 when defeated. It can be frozen using the second player's pointer.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Float | Both | False | Rotation Angle: How many degrees it to the left and to the right right. Default is 180, which means it makes a full rotation. | |
Obj_arg1 | Float | Both | False | Movement Distance: How far it moves when it charges at the player. Default is 1000. | |
Obj_arg7 | Boolean | Both | False | Disable Collision Mesh?: If set, its collision mesh will be disabled so that the player cannot stand on its back. |
Name | Games | Required? | Description |
---|---|---|---|
SW_DEAD | Both | False | Gets activated when it dies. If used, it won't drop any items. |
SW_A | Both | False | If activated, it will start to fall down which causes it to be respond to gravity. |