1 | if (image_xscale < 1) |
2 | { |
3 | image_xscale += 0.05; |
4 | image_yscale += 0.05; |
5 | } |
6 | if (y > (obj_dborder.y - 15)) |
7 | { |
8 | instance_destroy(); |
9 | obj_spiderb_body.purple += 4; |
10 | } |
11 | image_angle = direction + 90; |