shiny-cuty-excel-chiffon/data/p0_h2007+.asd

47 lines
2.1 KiB
Common Lisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*start
[state enablemove=false enableAttack=false nogravity=true]
;[image storage=&(mp.storage)]
[dispsize width=90 height=138 centerpos=45 baseline=0]
[disp left=0 top=0 opacity=0][wait frame=1]
;[iscript]
;dm("■■■" + sprite.parentSprite);
; if(sprite.parentSprite.inverse != sprite.inverse){
; sprite.inverse = sprite.parentSprite.inverse;
; layer.setInverse();
; }
;[endscript]
;[call target=*check]
[disp left=0 top=0 opacity=255][wait frame=18]
[disp left=1 top=0 opacity=255][wait frame=8]
[disp left=2 top=0 opacity=255][wait frame=10]
*loop
;[call target=*check]
[disp left=3 top=0 opacity=255][wait frame=1]
;[call target=*check]
[disp left=4 top=0 opacity=255][wait frame=1]
[jump target=*loop]
*check
;[if exp="sprite.parentSprite === void || sprite.parentSprite.HP<=0 || sprite.parentSprite.nowSpriteId != stThrown2"]
; [jump target=*delete]
;[endif]
[iscript]
if(sprite.parentSprite.inverse != sprite.inverse){
sprite.inverse = sprite.parentSprite.inverse;
layer.setInverse();
}
[endscript]
[return]