要说到上色,就不能不提控制码了,
我刚看了精华区有教学文章,不过还是作个简易说明,
高手们就直接跳过这篇吧^^"
【话说控制码这玩意儿...】
控制码是bbs的程式语言,它可以让文字出现不同变化,
产生色彩的控制码基本原形是*[m
那个『*』可不能小看啊,它可不是随随便便按shift+*就能打出来的
如果是shift+*系统不会接受,饮水思源站的控制码要出现必须按
Esc+Esc,其他的[和m直接用键盘按就行了,
要产生色彩的指令在[和m之间,颜色说明如下:
【字的颜色:30~37】(注:30是黑色)
红 绿 黄 蓝 紫 浅蓝 白
30 31 32 33 34 35 36 37
【底色:40~47】
黑 红 绿 黄 蓝 紫 浅蓝白
40 41 42 43 44 45 46 47
【范例】
(一)字的颜色
黑 红 绿 黄 蓝 紫 浅蓝白
40 41 42 43 44 45 46 47
【范例】
(一)字的颜色
哟呵~~我是浅浅的蓝色 原始码:*[36m哟呵~~我是浅浅的蓝色*[m
^^^^^^^^^^^^^^^^^^^^^
↑要打的字介于这之间
(二)绿字红底
红配绿啊~哥俩好 原始码:*[32;41m红配绿啊~哥俩好*[m
(注意,指令区隔一定要用『;』,否则无效)
【其他效果】
加1是亮色 大红大红好亮眼 原始码:*[1;31m大红大红好亮眼*[m
加4有底线 看到了吧,这就是底线 原始码:*[1;37;4m看到了吧,这就是底线*[m
加5是闪烁 闪来闪去~~ 原始码:*[1;33;5m闪来闪去~~*[m
加7是反白 就是反白嘛,没什么 原始码:*[32;7m就是反白嘛,没什么*[m
----------------------------------------------------------------------
以上就是简易的控制码教学,熟悉后就能运用在动画人身上.
【范例】
(一)小人物一个
● 图形原始码: *[1;37m●*[m
<踢> <*[43m踢*[m>
/\ /\
(二)小俩口...(羞)
~●● 图形原始码:~*[1;31m●●*[m
▲ ■) *[1;35m▲ *[34m■*[m)
‖ ‖ ‖ ‖
(三)气到脸绿了
可恼啊~~~
ω 图形原始码:*[1;31mω*[m
<●> <*[1;32m●*[m>
■ *[1;37m■*[m
/\ /\
【页数间距】
画隔页动画间距要算好,不然画面会分割,bbs上的一页是23行,
第一页要空五格,因为有作者栏
理想的间距是
p1.1~18
p2.18~40
p3.40~62
p4.62~84
p5.84~106.....以下以此类推
以上大概就是隔页动画教学,有兴趣的朋友就制作一帖来娱人娱己吧^^
When it comes to coloring, we have to mention the control code.
I just saw the teaching articles in the highlights section, but I still want to give a brief explanation.
Experts, just skip this article ^^"
Speaking of control codes...
Control code is the programming language of bbs, which can make text change in different ways.
The basic prototype of the control code that generates color is *[m
That * should not be underestimated. It cannot be typed by just pressing shift *.
If it is shift*, the system will not accept it. To display the control code of Drinking Water Siyuan Station, you must press
Esc Esc, other [ and m can be pressed directly on the keyboard.
The instructions to generate colors are between [ and m. The color description is as follows:
Word color: 30 37 Note: 30 is black
Red Green Yellow Blue Purple Light Blue White
30 31 32 33 34 35 36 37
Base color:40 47
Black red green yellow blue purple light blue and white
40 41 42 43 44 45 46 47
example
The color of a word
Black red green yellow blue purple light blue and white
40 41 42 43 44 45 46 47
example
The color of a word
Yoho I am a light blue Original code:*[36m Yoho I am a light blue*[m
^^^^^^^^^^^^^^^^^^^^
The words to be typed are somewhere in between
2 Green letters on red background
Red goes with green, you two are so good together. Original code: *[32;41m Red goes with green, you two are so good together*[m
Note that command separation must be separated by ; , otherwise it will be invalid.
Other effects
Plus 1 is a bright color. Big red is so eye-catching. Original code: *[1;31m Big red is so eye-catching*[m
Adding 4 has a bottom line. See it, this is the bottom line. Original code: *[1;37;4m See it, this is the bottom line*[m
Adding 5 means flashing. Flashing back and forth. Original code: *[1;33;5m. Flashing back and forth. *[m
Adding 7 is to highlight the white. It is just to highlight the white. It is nothing. Original code: *[32; 7m is to highlight the white. It is nothing. *[m
The above is a simple control code tutorial. Once you are familiar with it, you can apply it to animators.
example
A little person
Graphic source code: *[1;37m *[m
<Kick> <*[43mKick*[m>
2 The couple's mouth... shy
Graphic source code: *[1;31m *[m
*[1;35m *[34m *[m
Three, so angry that his face turned green
Annoying
ω graphic source code:*[1;31mω*[m
< > <*[1;32m *[m>
*[1;37m *[m
Page spacing
When drawing interstitial animation, the spacing must be calculated well, otherwise the screen will be split. One page on the bbs has 23 lines.
There should be five blank spaces on the first page because there is an author column.
The ideal spacing is
p1.1 18
p2.18 40
p3.40 62
p4.62 84
p5.84 106.....and so on below
The above is probably a tutorial on split-page animation. Friends who are interested can make a post to entertain others and themselves^^