Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO] More animation frames?


Rariyokuu
 Share

Recommended Posts

Well, I can't seem to figure out how to add extra animation frames, and it's bugging me. So I finally broke down and decided to ask for help. I want to add different attack types, like kicking, but we need more animations for that. All I've figured out so far is it has something to do with .Step . Help is of course much appreciated, thank you!
Link to comment
Share on other sites

  • 4 weeks later...
modDD7
sub bltPlayer
```
With rec
        .top = spritetop * (DDSD_Character(Sprite).lHeight / 4)
        .Bottom = .top + (DDSD_Character(Sprite).lHeight / 4)
        .Left = Anim * (DDSD_Character(Sprite).lWidth / 5)
        .Right = .Left + (DDSD_Character(Sprite).lWidth / 5)
```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...