Skip to content

Commit 16ccc78

Browse files
author
Simon Hobbs
committed
Warnings
1 parent 78ce761 commit 16ccc78

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,24 @@ Construct 2 random array generator
66
Installation:
77
-------------
88
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+
1017

1118
Usage:
1219
------
1320
1. Download the text.capx, and view the usage.
1421
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.
1522

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.
26+
1627
The original Plugin:
1728
--------------------
1829
http://www.scirra.com/forum/plugin-randomarray_topic45277.html

0 commit comments

Comments
 (0)