?? origin.sswf
字號:
/* origin.sswf V1.00 - written by Alexis Wilke for Made to Order Software, Ltd. (c) 2002-2006 *//* encoding="iso8859-1" *//*Copyright (c) 2002-2006 Made to Order Software, Ltd.Permission is hereby granted, free of charge, to anyperson obtaining a copy of this software andassociated documentation files (the "Software"), todeal in the Software without restriction, includingwithout limitation the rights to use, copy, modify,merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whomthe Software is furnished to do so, subject to thefollowing conditions:The above copyright notice and this permission noticeshall be included in all copies or substantialportions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OFANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOTLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NOEVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BELIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,ARISING FROM, OUT OF OR IN CONNECTION WITH THESOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.*//* * This file can be used in a sprite to draw a set of vertical and * horizontal lines showing the x and y axis within that sprite * (which represent the center of rotation). */block sswf { list origin { list insert { line style "line_red" { width: 0.1; sswf.col.red; }; shape "hline" { rectangle { -1000, -1, 1000, 1 }; line_red; move: -1000, 0; edges { 2000, 0 }; }; shape "vline" { rectangle { -1, -1000, 1, 1000 }; line_red; move: 0, -1000; edges { 0, 2000 }; }; }; list img { place object { depth: 32000; obj: insert.hline; }; place object { depth: 32001; obj: insert.vline; }; } };};// vim: ts=8
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -