I decided once again to dive back into the world of RGSS again. I am programming a menu completely from scratch to resemble the old shining force style menu. I have it nearly completed but I am stuck on one little thing. I want the menu to be animated in that when you press the key left, right , up, down it moves to that desired button and it begins to animate. I have to pictures for each of the animation. What would be the best course of action.
what it does is it shows the one picture, waits a few frames and changes to another picture, waits again and goes back to the first picture which then repeats until the person presses the key
would I use a for loop, or a regular loop to get the pictures to simulate an animated button? I understand coding but Ruby is a little foreign to me.
what it does is it shows the one picture, waits a few frames and changes to another picture, waits again and goes back to the first picture which then repeats until the person presses the key
would I use a for loop, or a regular loop to get the pictures to simulate an animated button? I understand coding but Ruby is a little foreign to me.