1 | con = 0; |
2 | if (global.plot > 175) |
3 | { |
4 | instance_destroy(); |
5 | } |
6 | else |
7 | { |
8 | dm1 = instance_create(140, 150, obj_darkman_actor); |
9 | dm2 = instance_create(160, 150, obj_darkman_actor); |
10 | } |
11 | image_yscale = 1; |
12 | image_xscale = 4; |