We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2572f5 commit bae0631Copy full SHA for bae0631
resources/ecs/examples.ecs
@@ -38,12 +38,6 @@
38
else go to Start
39
end
40
41
- attach HowItWorks to `how-it-works`
42
- on click HowItWorks
43
- begin
44
- alert `How it works`
45
- end
46
-
47
attach Status to `ec-status`
48
set ready
49
stop
@@ -95,6 +89,12 @@ Start:
95
89
attach ShowLifeDoc to `show-lifedoc`
96
90
on click ShowLifeDoc send `life` to parent
97
91
92
+ attach HowItWorks to `how-it-works`
93
+ on click HowItWorks
94
+ begin
+ alert `How it works`
+ end
+
98
99
100
InitDiceRoller:
0 commit comments