====== Differences ====== This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
script_animation_turn [2014/07/13 12:53] lm13 [Script] |
script_animation_turn [2014/09/24 16:11] (current) lm13 [About the script] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * Current Version : 2.1 | * Current Version : 2.1 | ||
| * Link: https://plus.google.com/115366157037831519359/posts/eUtogDspL2X | * Link: https://plus.google.com/115366157037831519359/posts/eUtogDspL2X | ||
| + | * Download avialable! (Check repository) | ||
| ====== Changelog ====== | ====== Changelog ====== | ||
| Line 21: | Line 22: | ||
| ====== Script ====== | ====== Script ====== | ||
| - | <code>//config | + | <sxh javascript;>//config |
| var fade=false; | var fade=false; | ||
| //endconfig | //endconfig | ||
| Line 176: | Line 177: | ||
| return [(w*cos+h*sin)*0.5,(h*cos+w*sin)*0.5]; | return [(w*cos+h*sin)*0.5,(h*cos+w*sin)*0.5]; | ||
| } | } | ||
| - | </code> | + | </sxh> |