- UID
- 360868
- 帖子
- 49
- 精华
- 0
- 威望
- 0
- 阅读权限
- 100
- 注册时间
- 2006-6-16
|
8#
发表于 2006-12-24 22:50
| 只看该作者
Mania的SKIN的代码不是线性的,也没有辅助制作器,想要作很长的有变化的动画很麻烦啦。
DJMAX的动画代码不是那样子的
而是大概这样子的感觉。
<anim 01>
time=0
spr1=8,-1
looppos=1
duration=3300
;x,y,RotationX,RotationY,ScaleX(1),ScaleY(1),RotationAngle(2*3.14),%Alpha(0-255),%R(0-255),%G(0-255),%B(0-255)
int=800,-100,0,0,6.5,6.5,0,255,255,255,255
end=-13312,,,,,,,0,,,
rctint=0,0,512,128
rctend=0,0,512,128
</anim 01>
<anim 01>
time=0
spr1=8,-1
looppos=1
duration=3300
;x,y,RotationX,RotationY,ScaleX(1),ScaleY(1),RotationAngle(2*3.14),%Alpha(0-255),%R(0-255),%G(0-255),%B(0-255)
int=4128,-100,0,128,6.5,6.5,0,255,255,255,255
end=-9984,,,,,,,0,,,
rctint=0,128,512,256
rctend=0,128,512,256
</anim 01>
<anim 01>
time=0
spr1=8,-1
looppos=1
duration=3300
;x,y,RotationX,RotationY,ScaleX(1),ScaleY(1),RotationAngle(2*3.14),%Alpha(0-255),%R(0-255),%G(0-255),%B(0-255)
int=7456,-100,0,256,6.5,6.5,0,255,255,255,255
end=-6656,,,,,,,0,,,
rctint=0,256,512,384
rctend=0,256,512,384
</anim 01>
某模拟器可以支持用这样的代码写动画然后和歌曲一起读取。
LZ有兴趣可以研究下 |
|