Nice enemies Miru, I'll think about them.
Yo guys, I'm having a but of a problem here with Range. I'm trying to get the speed level NPC's for the Swat Kats do an attack, where they move their bikes backwards to ram enemies behind them. For some reason they wont do it.
Code:
anim freespecial9
loop 0
delay 2
range 1 -119
offset 117 101
bbox 83 63 78 39
move -9
attack3 80 64 85 37 15 0 0 0 0 25
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
move -5
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
move -2
Attack1 0
delay 2
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
frame data/chars/TBone/SIdle0.gif
frame data/chars/TBone/SIdle1.gif
This is the attack for T-Bone, but Razor has the same range, but reversed in case I had the positive and negative numbers the wrong way with T-Bone, but so far, neither of them do it. They will occasionally shoot projectiles backwards, which is weird because I never set them up to do that. I also tried the @cmd command given to me for Sega Brawlers and used it in their attack 1 anim:
Code:
@cmd attack1 0 -95 0 15 "ANI_Freespecial9"
Still got nothing. Anyone got any ideas?
BTW, after i got the Kats done, it took me a long time before I started getting the enemies ready, and work was slow at best when did get to them. After I get this issue sorted out, I only have to add a few more things to the enemies and make some small adjustments, and this new update will be done.
EDIT:
Did some more experiments and they started doing the attack when I removed range from it. lol :-X
EDIT2:
Made a quick video of the speed section. I'm getting close to the point where I'm going to make a formal preview anyway, so I just did this. https://vimeo.com/159476872
x)
[attachment deleted by admin]