1 | faketime -= 1; |
2 | ok = 0; |
3 | if (col <= 0 && global.interact != 1) |
4 | ok = 1; |
5 | if (faketime > 0 && global.interact != 1) |
6 | ok = 1; |
7 | if (ok == 1) |
8 | { |
9 | faketime = -1; |
10 | snd_play(snd_noise); |
11 | obj_bouncetileparent.goldshift = 1; |
12 | if (instance_exists(obj_rblock)) |
13 | obj_rblock.goldshift = 1; |
14 | image_index = 1; |
15 | if (on == 0) |
16 | on = 1; |
17 | else |
18 | on = 0; |
19 | } |
20 | col = 3; |