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.
|
var boom;
|
|
if (damaged == 0)
|
|
{
|
|
damaged = 1
|
|
with (oTankArm)
|
|
event_user(1)
|
|
image_speed = 0
|
|
alarm[0] = 15
|
|
sfx_play(sndRobotExpl)
|
|
repeat (3)
|
|
{
|
|
boom = make_explosion1((x + irandom_range(10, -10)), (y + irandom_range(10, -10)))
|
|
boom.depth = (depth - 1)
|
|
}
|
|
}
|