1 |
if (global.interact == 0 && obj_bouncetilecontoller.bounce == 0 && con == 0) |
2 |
{ |
3 |
obj_bouncetilecontoller.bounce = 1; |
4 |
global.phasing = 1; |
5 |
con = 1; |
6 |
obj_mainchara.image_speed = 0.334; |
7 |
alarm[4] = 5; |
8 |
global.interact = 1; |
9 |
obj_mainchara.ideal = id; |
10 |
with (obj_mainchara) |
11 |
scr_getidealscr_getidealidealxx1 = x;
idealyy1 = y;
idealxx2 = argument0;
idealyy2 = argument1;
idealstep = 0; (ideal.x, ideal.y - 15); |
12 |
} |
13 |
if (global.interact == 0 && obj_bouncetilecontoller.bounce == 2 && con == 0) |
14 |
{ |
15 |
obj_bouncetilecontoller.bounce = 1; |
16 |
global.phasing = 1; |
17 |
con = 4; |
18 |
obj_mainchara.image_speed = 0.334; |
19 |
global.interact = 1; |
20 |
obj_mainchara.ideal = id; |
21 |
} |
22 |
obj_bouncetilecontoller.btime = 3; |