- Joined
- Oct 25, 2015
- Messages
- 449
- Reaction score
- 273
- First Language
- English
AnimatedActorsWindow v1.0
Jeremy Cannady
Introduction
This script will allow other scripters to place animated actors in any window.
Currently the game allows you to draw faces and characters in windows.
This script will add the animated battler with any motion to a window and will animate.
For example:
In this script http://forums.rpgmakerweb.com/index.php?/topic/52062-ark-save-engine-251-final-addons/ the actors on the save file would be moving instead of a still picture.
How to Use
Put the file in your plugins folder.
Example of using the function:
this.drawAnimatedActor($gameActors.actor(1),0,200,'walk')
This will draw the first actor at position x=0 and y = 200 and the animation will be walk.
Un-Commented script:
http://pastebin.com/RCz6EkAB
I didn't feel like releasing but let me know if you find it useful.
Jeremy Cannady
Introduction
This script will allow other scripters to place animated actors in any window.
Currently the game allows you to draw faces and characters in windows.
This script will add the animated battler with any motion to a window and will animate.
For example:
In this script http://forums.rpgmakerweb.com/index.php?/topic/52062-ark-save-engine-251-final-addons/ the actors on the save file would be moving instead of a still picture.
How to Use
Put the file in your plugins folder.
Example of using the function:
this.drawAnimatedActor($gameActors.actor(1),0,200,'walk')
This will draw the first actor at position x=0 and y = 200 and the animation will be walk.
Un-Commented script:
http://pastebin.com/RCz6EkAB
I didn't feel like releasing but let me know if you find it useful.