-
Notifications
You must be signed in to change notification settings - Fork 0
/
lesson7.txt
74 lines (49 loc) · 1.78 KB
/
lesson7.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#color 0xffc3e1fe
#coord 305 17
#title The Subframe Lessons
#title 107: Particle Visibility
#font 7px
#color 0xfffbfbbb
#coord 37 46
#section 7.1 Particle Visibility
When particles are stacked, you can only see the topmost particle.
Similarly, DRAY can only "see" the topmost particle in a particle stack.
For example, this setup attempts to copy an INSL stacked over a CRMC.
If you SPRK the PSCN, the DRAY duplicates the INSL.
However, the CRMC is not duplicated. Use box delete to verify this.
Since the CRMC is not the topmost particle in the stack,
DRAY cannot "see" it and thus will not copy it.
#section 7.2 Visibility Subtleties
Recall from Lesson 3 how ARAY is activated.
SPRK does not look for ARAY to activate; instead, ARAY looks for SPRKs.
This means that we can stack things on top of ARAY without disabling it.
It will update even if other particles can't "see" it.
On the other hand, we can't stack things on top of the PSCN:
- BTRY won't be able to "see" it and thus will not SPRK it.
- ARAY won't be able to "see" it and thus will not be activated by it.
The same applies to DRAY.
#font 5px
#color 0xffbefcc4
#coord 410 48
#section Activity #7.1
Use stacking to make this permanent BRAY
more compact.
#space 15
#answer 150 10
#section Activity #7.2
When making compact subframe electronics,
BTRY can get unwieldy due to its
large area of effect.
CONV(SPRK) is a special type of CONV.
It works just like BTRY, except that
it only SPRKs conductors that it touches.
You can make it by setting CONV's ctype
to SPRK. There is no need to set its tmp.
Try replacing the BTRY in the previous
activity with CONV(SPRK).
#answer 150 10
Bonus: Another interesting feature of
CONV(SPRK) is that it can SPRK a conductor
stacked directly on top of it.
#space 10
BTRY CONV(SPRK)