Search found 3 matches
- Sun May 26, 2019 3:44 pm
- Forum: Newbie Help Center
- Topic: How do I make animations work?
- Replies: 8
- Views: 11327
Re: How do I make animations work?
So... my bless became a curse! I used NESDOUG's example. It worked, but not in the way that I wanted. The first frame is overlapping other frames. It's working pretty well, the problem is with the overlapping. I think that I know what's happening, this "oam_meta_spr" command is spawning mo...
- Sun May 26, 2019 4:51 am
- Forum: Newbie Help Center
- Topic: How do I make animations work?
- Replies: 8
- Views: 11327
Re: How do I make animations work?
You're going to want a variable "hero_walk_count" that counts up as you walk (maybe on pad R and pad L). I can't remember how many frames you want each step of the animation... let's say 10. So when hero_walk_count goes >= 10, reset it to 0, and increase the hero_walk_frame. If that is ov...
- Sat May 25, 2019 7:30 pm
- Forum: Newbie Help Center
- Topic: How do I make animations work?
- Replies: 8
- Views: 11327
How do I make animations work?
Sorry if this ends up a little bit confusing, but I have issue with my project. Before I start, I just wanna tell you that: - Yes, I'm using c65, and also I'm using NESDOUG's lib (props to him btw) I want to make a simple animation of a character walking, don't worry, you don't have to explain to me...