• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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
    7
    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