Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Re: 10 Fantasy RPG enemies
Sunday, May 15, 2011 - 13:04

Cool stuff.

Re: Flare - 60fps
Sunday, May 15, 2011 - 13:01

Well, the old code would link actions (such as a melee attack) to a specific frame of an animation. Because frames were updated sequentially we could be sure no frame and no actions were missed. Now if we want things time based we run into some problems. Here is an example:

Our attack animation has four frames which last 100 ms each. If we call logic() at 88 ticks that results in displaying the first frame of the animation. If we call it again at 213 ticks we have reached the third frame and essentially skipped one frame. If we have an action linked to the second frame then that never takes place.

So my first thought to solving this problem was to simply check whether we have passed the second frame (>= as opposed to ==). But then we also have to keep track of whether we have performed the action or else the character will attack again on the fourth frame and so on. But as well as remembering that we've performed the action we also have to re-enable performing it at some point or else we only get one attack in the whole game. :D So I thought we could simply disable an action after it's been performed for a certain amount of time. It just made sense to introduce a new class for that and it sort of evolved into the concept of Triggers.

Does that make any sense? ^^

Re: Double Slash Animation
Sunday, May 15, 2011 - 09:59

Nice animation. I like the katana trail.

Re: Facade - Futuristic 3D Adventure Game (Cross-platform & ...
Sunday, May 15, 2011 - 06:29

Hehe. I'll have to say no, sorry. I don't currently have time for any more projects. Busy enough as it is. :/

Re: Facade - Futuristic 3D Adventure Game (Cross-platform & ...
Sunday, May 15, 2011 - 06:21

Ooh, I really like the vibes I get from the reference art and all the concept art (two images ^^). Hope to see some more stuff in that style.

Re: blue fire effect
Sunday, May 15, 2011 - 05:20

Nice. :)

Re: Space ship sprite sheet.
Saturday, May 14, 2011 - 08:03

I really like this style. Never seen anything like it. I like the progression of the simple ships into more and more complex forms. It appears most of the shadows get clipped though and one of the space ships seems to be missing a shadow completely.

Re: Rigged, textured Reptile
Saturday, May 14, 2011 - 06:32

I don't know much about 3D art but I opened this up in Blender and think it looks pretty sweet.

Re: Special request
Saturday, May 14, 2011 - 03:10

This thread is fun to read for people who have no idea about perspective or 3D modeling. :)

Re: Flare Item Variation (60x60 Only)
Friday, May 13, 2011 - 09:07

Good stuff. I was just thinking that Flare needed some icon variations for items.

Pages

  • « first
  • ‹ previous
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • next ›
  • last »