■ Nio Kasgami Engine MV - "Exprite"
Author : Nio Kasgami
Date of creation : 2015/11/03
V.2.00
Require : NA
■ IntroductionUtility Plugin who extend the Current sprite classes for being more "Ace-like" with in same time conserve all the the MV option.
■ Features
- Permit to flip picture with a ace-like command
- Permit to set the anchor via a simple call instead of doing two long call.
No need of screenshot if asked though I will show
just past the plugin in the in plugin folder and activate it with the plugin manager.
Though put above of ALL script who affect the member position in battle for avoid any issues.
for call it use this call when you create a new sprite.
this.spritename = new Sprite();for get mirror use this!
this.spritename.mirror(true,false); // (horizontal,vertical) for get origin use this!
this.spritename.set_origin(x,y); Although all the default fonctionnality are also disponible!
PS : please for avoid any weird glitch or such..be sure to put your anchor to 0.5 for both
Though put above of ALL script who affect the member position in battle for avoid any issues.
for call it use this call when you create a new sprite.
this.spritename = new Sprite();for get mirror use this!
this.spritename.mirror(true,false); // (horizontal,vertical) for get origin use this!
this.spritename.set_origin(x,y); Although all the default fonctionnality are also disponible!
PS : please for avoid any weird glitch or such..be sure to put your anchor to 0.5 for both
http://pastebin.com/K0xYN5LS
■ Terms of use
You must credit me
you can use my plugin in non-commercial and commercial script
don't re-post this plugin anywhere if you want to share use the thread link
you can use my plugin in non-commercial and commercial script
don't re-post this plugin anywhere if you want to share use the thread link
Last edited by a moderator:
