1 | y = 160; |
2 | image_xscale = 0.05; |
3 | vspeed = 5; |
4 | image_angle = point_direction(x, y, obj_vsflowey_heart.x + 8, obj_vsflowey_heart.y + 8); |
5 | if (image_angle > 312) |
6 | image_angle = 312; |
7 | if (image_angle < 240) |
8 | image_angle = 240; |
9 | alarm[0] = 50; |
10 | num = 0; |
11 | anchor = 0; |
12 | xanchor = 0; |
13 | yanchor = 0; |
14 | side = 0; |
15 | if (x > 440) |
16 | side = 1; |
17 | con = 0; |