1 | active = 0; |
2 | stepped = 0; |
3 | stepbuffer = 0; |
4 | image_speed = 0.2; |
5 | image_xscale = 2; |
6 | image_yscale = 2; |
7 | if (instance_exists(obj_glowtilepuzz)) |
8 | { |
9 | obj_glowtilepuzz.tempid = id; |
10 | with (obj_glowtilepuzz) |
11 | { |
12 | tileid[tiletotal] = tempid; |
13 | tiletotal += 1; |
14 | } |
15 | } |