You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
with (other.id)
|
|
{
|
|
if (sprite_index == sBlockScrew || sprite_index == sBlockPBomb || sprite_index == sBlockMissile || sprite_index == sBlockSMissile || sprite_index == sBlockSpeed || sprite_index == sBlockStep)
|
|
{
|
|
event_user(1)
|
|
visible = true
|
|
}
|
|
}
|