- Joined
- Aug 30, 2015
- Messages
- 20
- Reaction score
- 10
- First Language
- Thai
- Primarily Uses
- RMMV
I want to request a plugin that can suddenly flip or set an actor/enemy's angle in battle.
like the picture from the attachment.
**It's not rotate, just flip angle** like a script call to flip picture's angle.
$gameScreen._pictures[id]._angle = Value;
ps.I tried SceneManager._scene._spriteset._actorSprites[BattleManager._subject.index()]._angle = value; but it didn't work..
so I can use a script call to flip it when in battle or action sequence.
My project's battle plugin uses only YEP_BattleEngineCore & YEP_X_AnimatedSVEnemies & YEP_X_ActionSequence 1-3.
No special plugin. Thank you very much.

like the picture from the attachment.
**It's not rotate, just flip angle** like a script call to flip picture's angle.
$gameScreen._pictures[id]._angle = Value;
ps.I tried SceneManager._scene._spriteset._actorSprites[BattleManager._subject.index()]._angle = value; but it didn't work..
so I can use a script call to flip it when in battle or action sequence.
My project's battle plugin uses only YEP_BattleEngineCore & YEP_X_AnimatedSVEnemies & YEP_X_ActionSequence 1-3.
No special plugin. Thank you very much.

Last edited: