返回列表 发帖
因为不觉得有什么用,所以制作SKIN的时候从来没有考虑过

TOP

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有兴趣可以研究下

TOP

返回列表