You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,24 @@ Construct 2 random array generator
6
6
Installation:
7
7
-------------
8
8
1. download the .c2addon file (good luck with that - github doesnt make it easy)
9
-
2. drag and drop it on your C2 installation.
9
+
2. drag and drop it on your C2 installation
10
+
11
+
OR
12
+
13
+
1. rename RandomArray2.c2addon to RandomArray.zip
14
+
2. unzip
15
+
3. copy the RandomArray2 directory under filles into your C2/exporters/html5/plugins dir.
16
+
10
17
11
18
Usage:
12
19
------
13
20
1. Download the text.capx, and view the usage.
14
21
2. Run the capx and see the console log output in your browser (hint: hit F12 in Chrome), go to console tab, then click "Logs" at the bottom of the window.
15
22
23
+
WARNING:
24
+
========
25
+
This plugin comes with no guarantees, probably has bugs, and may cause destruction of the ozone layer. Use it at your own risk.
0 commit comments