1 | global.typer = 8; |
2 | global.msg[0] = |
3 | global.msg[1] = |
4 | global.msg[2] = |
5 | global.msg[3] = |
6 | myd = instance_create_ch1(__view_get(e__VW.XView, 0) + 40, __view_get(e__VW.YView, 0) + 40, obj_writer_ch1); |
7 | with (myd) |
8 | skippable = 0; |
9 | with (myd) |
10 | persistent = 1; |
11 | dhaver = 1; |
12 | |
13 | enum e__VW |
14 | { |
15 | XView, |
16 | YView, |
17 | WView, |
18 | HView, |
19 | Angle, |
20 | HBorder, |
21 | VBorder, |
22 | HSpeed, |
23 | VSpeed, |
24 | Object, |
25 | Visible, |
26 | XPort, |
27 | YPort, |
28 | WPort, |
29 | HPort, |
30 | Camera, |
31 | SurfaceID |
32 | } |