1 | fadealpha = 0; |
2 | newRoom = 0; |
3 | fadespeed = 1; |
4 | alarm[0] = fadespeed; |
5 | yy = 0; |
6 | xx = 0; |
7 | fadein = false; |
8 | if (instance_exists(obj_pl)) |
9 | { |
10 | x = obj_pl.x; |
11 | y = obj_pl.y; |
12 | } |
13 | else |
14 | { |
15 | x = xx; |
16 | } |
17 | y = yy; |
18 | sw = false; |