• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Stat Down/Up Animation by KleinStudio

  • 295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    This script helps you create animations when pokemon change stat's number.

    How to use
    Find in -> Link
    Choose version and read 'readme' for using

    Credit
    PE v18:
    KleinStudio for the original
    bo4p5687 for update
    LDEJRuff for graphics (if you use 8 animations)

    PE v19:
    bo4p5687
    LDEJRuff for graphics (if you use 8 animations)
     
    Last edited:
    Hello bo4p5687, thank you for this script but I have this bug when I use the script (2 animations) with version 19.1 :

    [PokeCommunity.com] Stat Down/Up Animation by KleinStudio

    There is another problem, the animation is very slow. I was using this script on version 18.1 and I never had this problems...

    I use version 19.1 with the generation 8 plugin.
     
    Hello bo4p5687, thank you for this script but I have this bug when I use the script (2 animations) with version 19.1 :

    [PokeCommunity.com] Stat Down/Up Animation by KleinStudio

    There is another problem, the animation is very slow. I was using this script on version 18.1 and I never had this problems...

    I use version 19.1 with the generation 8 plugin.

    Find this line in script
    Code:
    StatAnimation.new(@sprites["pokemon_#{user.index}"], sin)
    You change like this
    Code:
    StatAnimation.new(@sprites["pokemon_#{user.index}"], sin, 15, 7)
    15 is times loop of animation
    7 is speed of animation
     
    Back
    Top