test.tcl
来自「flash swf file player」· TCL 代码 · 共 16 行
TCL
16 行
load ./mingc.so mingcset shape [ newSWFShape ]SWFShape_setLine $shape 4 100 0 0 255SWFShape_setRightFill $shape [ SWFShape_addSolidFill $shape 255 0 0 255 ]SWFShape_movePenTo $shape 10 10SWFShape_drawLineTo $shape 310 10SWFShape_drawLineTo $shape 310 230SWFShape_drawCurveTo $shape 10 230 10 10set movie [newSWFMovie ]SWFMovie_setDimension $movie 320 240 SWFMovie_add $movie $shape SWFMovie_nextFrame $movieSWFMovie_save $movie "test.swf"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?