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
@@ -18,7 +18,7 @@ This repository does not provide any instructions on how to modify any Supercell
18
18
-[Issues](#issues)
19
19
-[Requirements](#requirements)
20
20
-[Installing](#installing)
21
-
-[Dependecies](#dependecies)
21
+
-[Dependencies](#dependecies)
22
22
-[Building](#building)
23
23
-[Examples](#examples)
24
24
-[Changelog](#changelog)
@@ -61,7 +61,7 @@ Full support except for "Button" type
61
61
- Blending modes ✅
62
62
Full support. But note that some modes may not work or crash.
63
63
64
-
- Trasform ✅
64
+
- Transform ✅
65
65
2D Transforms are fully supported. 3D transformations have a potentially small range of uses and a small chance of being supported.
66
66
67
67
- Layers ✅
@@ -72,7 +72,7 @@ Also note that all symbols from guide layer will be ignored and will only be use
72
72
Absolutely all types of animation tweens and their types of interpolation are supported.
73
73
74
74
- Shape animation ✅
75
-
Full support. Be careful when using it, the result can be very unoptimized.
75
+
Full support. Be careful when using it, the result can be very unstable.
76
76
77
77
- Nine-slice ✅
78
78
Full support. But keep in mind that on Animate 2024 and above this may not work correctly.
@@ -129,6 +129,19 @@ Please note that support for a macOS devices is <em><strong>possible</strong></e
129
129
<br/>
130
130
131
131
# Installing
132
+
First of all, download .zip package from [Releases](https://github.com/sc-workshop/SupercellSWF-Animate/releases)
133
+
Unpack zip to any place convenient for you.
134
+
Inside archive there is a file ```install.jsfl```. You need to run it in Adobe Animate.
135
+
By default, ```.jsfl``` is associated with Animate, so you can double-click on it and run it as a command, but if something is wrong, you can open it in Animate itself as a script and click on run button.
136
+
After installation is complete, be sure to restart Animate.
137
+
If you want to remove plugin, run ```install.jsfl``` again, and this time you will see a confirmation button.
138
+
139
+
# Update
140
+
If you have an already installed plugin and want to update, run installation file and <strong>remove</strong> plugin, restart Animate and install plugin as usual.
141
+
142
+
143
+
### IMPORTANT
144
+
If you are using version 1.2.0 and lower, you <strong>MUST</strong> remove extension files <strong>MANUALLY</strong>. If you do not do this, then installation may not be successful.
0 commit comments