1 | myinteract = 0; |
2 | talked = 0; |
3 | image_speed = 0; |
4 | image_xscale = 2; |
5 | image_yscale = 2; |
6 | con = 0; |
7 | scr_depth_ch1(); |
8 | image_speed = 0; |
9 | type = 0; |
10 | siner = 0; |
11 | active = 0; |
12 | emotion = 0; |
13 | beanie[0] = 0; |
14 | beanie[1] = 0; |
15 | beanie[2] = 0; |
16 | if (x < 350) |
17 | { |
18 | beanie[1] = 0; |
19 | beanie[0] = 1; |
20 | type = 1; |
21 | } |
22 | if (x < 250) |
23 | { |
24 | beanie[0] = 1; |
25 | beanie[2] = 1; |
26 | type = 2; |
27 | } |
28 | if (x < 150) |
29 | { |
30 | beanie[0] = 1; |
31 | beanie[1] = 1; |
32 | beanie[2] = 1; |
33 | type = 3; |
34 | if (room == room_field_puzzletutorial_ch1) |
35 | { |
36 | hole = scr_dark_marker_ch1 |
37 | hole.image_index = 1; |
38 | hole.depth = 900000; |
39 | } |
40 | } |