@Bloodbane @DCurrent @maxman I have a technical question you may enlight me:
I would like the bronze saints to be able to recharge theyr cosmos while keeping the "special button" (a2) pushed
- in that case, the animation loops and seiya gains 5 Mp (cosmos) per second
the animation stops when you release the special button .
Actually the animation is triggered by:
com a2 freespecial3 #Explosion du Cosmos
actually the animation code is the following:
anim freespecial3 # Défense spéciale explosion du cosmos
delay 10
offset 31 119
fastattack 1
cancel 0 8 0 A2 freespecial3
@cmd spawnbind "seiya_aura" "ANI_IDLE" 0 0 0 0 0
hitflash flashbig
sound data/chars/seiya/00-cosmos.wav
bbox 9 0 50 120
frame data/chars/seiya/special1.png
frame data/chars/seiya/special2.png
frame data/chars/seiya/special3.png
frame data/chars/seiya/special4.png
frame data/chars/seiya/special3.png
frame data/chars/seiya/special4.png
frame data/chars/seiya/special3.png
frame data/chars/seiya/special4.png
frame data/chars/seiya/special3.png
frame data/chars/seiya/special2.png
How could i write the code for Openbor the easiest possible?
View attachment 2951