戦闘時に画像をカットイン表示させることができるプラグイン – BattleCutIn.js
- タイトル
- This script allows you to show cut in images.
- 作者名
- TDS様
- ヘルプ
- 		============================================================================
 Plugin Commands: BattleCutIn
 ============================================================================
 BattleCutIn SetPicture FILENAME
 ^ (Sets the cut in image filename)
 ^ FILENAME = Cut in filename. (On Picture Folder)
 ^ Example: BattleCutIn SetPicture cutin2
 BattleCutIn SetSpeed X Y
 ^ (Sets the Cut In Image scrolling Speeds.)
 ^ X = X Speed.
 ^ Y = Y Speed. (Optional, Default is 0)
 ^ Example: BattleCutIn SetSpeed -25
 BattleCutIn Show
 ^ (Shows the Battle Cut In Image. It only changes the visibility flag
 and makes it visible. Opacity is handled differently.)
 BattleCutIn Hide
 ^ (Hides the Battle Cut In Image. It only changes the visibility flag
 and makes it invisible. Opacity is handled differently.)
 BattleCutIn Fade TARGET DURATION
 ^ (Fades the Battle Cut In Image towards a target opacity.)
 ^ TARGET = Target Opacity. (0-255)
 ^ DURATION = Duration in frames to reach target opacity.
 ^ Example: BattleCutIn Fade 160 30
 BattleCutIn FadeIn DURATION
 ^ (Fades in the Battle Cut In Image. Sets the Opacity to 255.)
 ^ DURATION = Duration in frames to fully appear (255 opacity).
 ^ Example: BattleCutIn FadeIn 15
 BattleCutIn FadeOut DURATION
 ^ (Fades out the Battle Cut In Image. Sets the Opacity to 0.)
 ^ DURATION = Duration in frames to fully disappear (0 opacity).
 ^ Example: BattleCutIn FadeOut 15
- パラメータ
- 
		( なし ) 
- ライセンス表記
紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/BattleCutIn.js