1 | if (instance_exists(obj_amalgam_dogevent) == 0) |
2 | { |
3 | instance_destroy(); |
4 | } |
5 | else |
6 | { |
7 | image_speed = 0; |
8 | aa = random(2) - random(2); |
9 | x = (obj_amalgam_dogevent.x - random(400)) + random(90); |
10 | y = (obj_amalgam_dogevent.y - random(70)) + random(40); |
11 | siner = random(40); |
12 | con = 0; |
13 | ss = 12 + random(4); |
14 | } |