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.
17 lines
338 B
17 lines
338 B
if (state == 4 && vspeed >= 0 && other.image_index < 3)
|
|
{
|
|
vspeed = (-4 - (hitcount * 1))
|
|
gravity = 0.2
|
|
if (hitcount < 4)
|
|
hitcount += 1
|
|
sfx_play(sndArachnusHomingBall)
|
|
PlaySoundMono(sndArachnusHit)
|
|
alarm[1] = 1
|
|
flashing = 15
|
|
}
|
|
else if (angry < 100 && flashing == 0)
|
|
{
|
|
angry += 2
|
|
event_user(0)
|
|
}
|