Dropv question

esn23

Active member
This is my code i want the enemy to fly across the screen on certain hits my question is is my drop v too little because they barely fly that far.

anim attack4
delay 5
offset 66 114
bbox 67 61 21 57
hitflash flash4
dropv 0 60 1
hitfx data/chars/Armor/hit.wav
sound data/chars/Armor/a3.wav
frame data/chars/Armor/Armor2/a4-1.png
@cmd dasher 2 0 0 1
attack 72 62 26 56 19 1 0 0 0 0
delay 7
frame data/chars/Armor/Armor2/a4-2.png
frame data/chars/Armor/Armor2/a4-3.png
frame data/chars/Armor/Armor2/a4-4.png
@cmd dasher 0 0 0 0
attack 0 0 0 0 0 0 0 0 0 0
delay 5
frame data/chars/Armor/Armor2/a4-1.png
 
hmm i dont think this is what i need i was told this is what i need to make enemies go flying when you hit them across the screen but it just controls their speeds and makes them fall super fast :(
 
put a little more height 1 or 2, like this  dropv  2 60 1

with 0 the enemy gets too close to the ground, and touching the ground motion ceases,landing near
 
ty friend that worked smashingly :P  Well Im pretty much done coding her i just need to wait for one of my partners beasite to test her before i make a video :P
 
Back
Top Bottom