[過去ログ] 2月3日、吉里吉里を落とした (958レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
508: 03/07/09 22:05 ID:wAXJaTS5(2/2) AAS
これ結構使えるんじゃない?

@layopt layer=message visible=false
@iscript
{
var l = kag.temporaryLayer;
l.setImageSize(Math.sqrt(Math.pow(640, 2) + Math.pow(480, 2)), 20);
l.setSizeToImageSize();
l.fillRect(0, 0, l.imageWidth, l.imageHeight, 0xff0000);
var a = Math.atan(480 / 640), c = Math.cos(a), s = Math.sin(a);
kag.fore.base.affineBlend(l, 0, 0, l.imageWidth, l.imageHeight, true, c, s, -s, c, 0, -l.imageHeight>>1 255, stNearest, false);

a = -Math.atan(480 / 640), c = Math.cos(a), s = Math.sin(a);
kag.fore.base.affineBlend(l, 0, 0, l.imageWidth, l.imageHeight, true, c, s, -s, c, -l.imageHeight>>1 480, 255, stNearest, false);

kag.fore.base.fillRect(0, 0, 640, 20, 0xff0000);
kag.fore.base.fillRect(0, 480-20, 640, 20, 0xff0000);
kag.fore.base.fillRect(0, 0, 20, 480, 0xff0000);
kag.fore.base.fillRect(640-20, 0, 20, 480, 0xff0000);
}
@endscript
1-
あと 450 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.008s