Page 1 of 5 12345 LastLast
Results 1 to 10 of 46

Thread: Naruto QTHv0.2

                  
   
  1. #1
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    33
    Posts
    1,756
    Rep Power
    124

    Default Naruto QTHv0.2

    well here you go leave feed back and because i ran into problems the attaks will be in the next releas.

  2. #2
    DCEmu Legend Video_freak's Avatar
    Join Date
    Dec 2005
    Location
    Bay Area, California
    Posts
    2,892
    Rep Power
    107

    Default

    Where's the link?

  3. #3
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    33
    Posts
    1,756
    Rep Power
    124

    Default

    there it is

  4. #4
    DCEmu Legend Video_freak's Avatar
    Join Date
    Dec 2005
    Location
    Bay Area, California
    Posts
    2,892
    Rep Power
    107

    Default

    Thank's gizmo. Sorry about that. Can't wait to try it.
    Oh yeah, I got the first download.

  5. #5
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    33
    Posts
    1,756
    Rep Power
    124

    Default

    lol thanks btw i spelled the title wrong

  6. #6
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    - If you press up or down while idle (possiblely any button), the idle animation stops
    - If you let go of jump while jumping sideways, it switches back to the standing jump right image
    - The running image is too high compared to when the player the is standing.

  7. #7
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    33
    Posts
    1,756
    Rep Power
    124

    Default

    yeah i know its because i havit so that the idle animation starts when no buttons are being pressed so when you press a button it stops it and when let go of the jump button thats supposed to be normal jump image lol and how can i fix the problem of the idle animation being too low and i might switch to your animation sample btw can you post everything you would do diffrently so i can learn more thank you.

  8. #8
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    To check if the player was idle, I would have a boolean value set at false at the start of the loop. If I press any button that does an action, it set this value to true, then at the end of the input checking, I check this value to see if the player was idle.

    I switch to my animation system and use a finite state system to manage whether the player is walking, idle, jumping, fallingetc.

    I wouldn't use Evilmana's jumping code but some base level physics (as shown in my jumping boxes example). EVilmana's looks 'hacky' to me.

    I also check for button presses and releases so I dont get something where naruto repeatedly jumps if you hold down the the jump button.

  9. #9
    PS3 User Gizmo356's Avatar
    Join Date
    Feb 2006
    Age
    33
    Posts
    1,756
    Rep Power
    124

    Default

    how would i do the second and last improvments you said and that boolean thing

  10. #10
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    87

    Default

    You can look at the code from my animation example. Make sure you get the latest version.

Page 1 of 5 12345 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •