1 | if (mode == 1) |
2 | { |
3 | instance_create(x - 50, y + 130 + (cos(sinert / 5) * 2), obj_spiderpour); |
4 | g = instance_create(x + 140, y + 130 + (cos(sinert / 5) * 2), obj_spiderpour); |
5 | g.hspeed = -g.hspeed; |
6 | g.gravity_direction = 220; |
7 | alarm[5] = 4; |
8 | } |