1 | visible = true; |
2 | if (type == 0) |
3 | { |
4 | image_yscale = 1; |
5 | vspeed = -1; |
6 | } |
7 | if (type == 1) |
8 | { |
9 | image_yscale = -1; |
10 | y -= 150; |
11 | vspeed = 1; |
12 | } |
13 | snd_play(snd_spearappear); |