1 |
if (type == 0) |
2 |
{ |
3 |
alarm[1] = 100; |
4 |
scr_hplatscr_hplatbone = instance_create(900, 900, obj_boneplat);
bone.y = global.idealborder[3] - argument0;
bone.hspeed = argument1;
bone.x = 320 - (argument2 * argument1);
bone.len = argument3; (80, 2, 125, 60); |
5 |
} |
6 |
if (type == 1) |
7 |
{ |
8 |
alarm[1] = 70; |
9 |
scr_hplatscr_hplatbone = instance_create(900, 900, obj_boneplat);
bone.y = global.idealborder[3] - argument0;
bone.hspeed = argument1;
bone.x = 320 - (argument2 * argument1);
bone.len = argument3; (80, 4, 80, 80); |
10 |
} |
11 |
if (type == 2 || type == 3) |
12 |
{ |
13 |
alarm[1] = 40; |
14 |
scr_hplatscr_hplatbone = instance_create(900, 900, obj_boneplat);
bone.y = global.idealborder[3] - argument0;
bone.hspeed = argument1;
bone.x = 320 - (argument2 * argument1);
bone.len = argument3; (80, 4, 80, 25); |
15 |
} |