1 | scr_depth(); |
2 | direction = 270; |
3 | image_xscale = 2; |
4 | image_yscale = 2; |
5 | timer = 0; |
6 | con = 0; |
7 | breakcount = 0; |
8 | win = 0; |
9 | deathtimer = 0; |
10 | target = 0; |
11 | hastarget = 0; |
12 | jumppuzzle = 0; |
13 | if (instance_exists(obj_masterPlatformController)) |
14 | { |
15 | jumppuzzle = 1; |
16 | hastarget = 1; |
17 | target = obj_masterPlatformController.plat[obj_masterPlatformController.currentPlatform - 1]; |
18 | } |