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

[PVO]Would This Work?


Gohan
 Share

Recommended Posts

I think I figured out a way to have Project Vertigo Origins have a different frame count for each sprite but I'm not entirely sure it would work.

```
If SpriteNumber = 1 Then
Public Const FRAMES_STANDING As Integer = 1
Public Const FRAMES_WALKING As Integer = 7
Public Const FRAMES_RUNNING As Integer = 7
Public Const FRAMES_ATTACKING As Integer = 6
Public Const FRAMES_JUMPING As Integer = 1
Public Const FRAMES_FALLING As Integer = 1
Public Const FRAMES_LENGTH As Long = 500
Public attackspeed As Long
Public pCheck As Long
End If
```Then repeat for each sprite number.

I'm certain that isn't the command for getting a player's sprite number in Origins but you get the gist of it. Would it work?
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...