>>
|
No. 16353
File
130844545190.png
- (3.59KB
, 191x215
, ohoho.png
)
>>16349
There are actually 3 different types of that cut effect. The first one:
textoff
se1 58
mbg white,1
mbg blade3W,80
;wait 200
se2v 58,85
mbg white,1
mbg blade5w,80
;wait 200
se3v 58,100
mbg white,1
mbg blade1w,22
;wait 200
;textoff mbg black,0
textoff
bg the_2b,1
ld c,wil_niramua1,1
lsp 896,":a;bmp\background\efe\lub1b.bmp",0,0
lsp 897,":a;bmp\background\efe\lub2b.bmp",0,0
lsp 898,":a;bmp\background\efe\lub3b.bmp",0,0
lsp 886,":a;bmp\background\efe\lub1.bmp",0,0
lsp 887,":a;bmp\background\efe\lub2.bmp",0,0
lsp 888,":a;bmp\background\efe\lub3.bmp",0,0
lsp 889,":a;bmp\background\efe\lub4.bmp",0,0
se1 57
se2 72
lsp 896,":a;bmp\background\efe\lub1w.bmp",0,0
print 3
csp 896
print 22
se1 57
se2 72
lsp 897,":a;bmp\background\efe\lub2w.bmp",0,0
print 3
csp 897
print 22
se1 57
se2 72
lsp 898,":a;bmp\background\efe\lub3w.bmp",0,0
print 3
csp 898
print 22
wait 150
;bg white,1
se1 39
se2 1100
for %Free1 = 1 to 100
resettimer
msp 889,-8,16,-10
msp 888,-4,8,-10
msp 887,4,8,-10
msp 886,8,16,-10
waittimer 30
print 1
next
csp -1
The second one:
se3v 72,100
bg white,1
bg cut_w,80
se1v 74,100
bg white,1
bg cut_h,80
lsp 899,cut_efe1,0,0
lsp 898,cut_efe2,0,0
lsp 897,cut_efe3,0,0
lsp 896,cut_efe4,0,0
bg white,10,10
for %Free1 = 1 to 20
resettimer
msp 899,16,-16,-20
msp 898,-16,-16,-20
msp 897,16,16,-20
msp 896,-16,16,-20
waittimer 10
print 1
next
;wait 2000
csp -1
And the last one:
se1 58
bg white,1
bg blade3W,80
;wait 200
se2v 58,85
bg white,1
bg blade5w,80
;wait 200
se3v 58,100
bg white,1
bg blade1w,22
;wait 200
bg black,0
lsp 891,":a;bmp\background\efe\cut_w_efe_up.bmp",0,-5
lsp 892,":a;bmp\background\efe\cut_w_efe_down.bmp",0,5
print 1
se1v 57,100
se2v 73,100
bg white,22
bg g1f_s1bp,0
ld l,wil_NayamuA1,22
for %Free1 = 1 to 11
resettimer
msp 891,7,1
waittimer 50
print 1
next
for %Free1 = 1 to 25
resettimer
msp 891,21,3
waittimer 10
print 1
next
se1 13
csp 891
print 1
quakey 3,600
csp 892
print 65
se2 13
quakey 3,600
|