• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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:
    8
    Posts
    4
    Years
    • Seen Oct 7, 2022
    Hello bo4p5687, thank you for this script but I have this bug when I use the script (2 animations) with version 19.1 :



    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.
     
    295
    Posts
    6
    Years
    • Seen Aug 15, 2022
    Hello bo4p5687, thank you for this script but I have this bug when I use the script (2 animations) with version 19.1 :



    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