Author Topic: Animation Preview Glitch  (Read 5061 times)

Mr. Beam

  • Visitor
  • *
  • Posts: 6
    • View Profile
    • Email
Animation Preview Glitch
« on: 2011-01-15, 06:26:34 PM »
Self Expanatory.

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: Animation Preview Glitch
« Reply #1 on: 2011-01-15, 07:41:18 PM »
Not really.  Did you try to preview an animation for a sprite without adding any frames to it?

Mr. Beam

  • Visitor
  • *
  • Posts: 6
    • View Profile
    • Email
Re: Animation Preview Glitch
« Reply #2 on: 2011-01-15, 08:05:09 PM »
Not really.  Did you try to preview an animation for a sprite without adding any frames to it?
Whoops. Didn't notice that. P.s. Is there a way to make animations go slower than 15 FPS? At that speed it still looks odd.




durnurd

  • Lead Lemming
  • Expert
  • Fanatic
  • *****
  • Posts: 1234
  • Games completed so far: 0
    • MSN Messenger - durnurd@hotmail.com
    • View Profile
    • Find My Ed
Re: Animation Preview Glitch
« Reply #3 on: 2011-01-15, 10:11:40 PM »
Seems like that problem should probably either be prevented or have a more useful error message in any case.
Edward Dassmesser

bluemonkmn

  • SGDK Author
  • Administrator
  • Fanatic
  • *****
  • Posts: 2761
    • ICQ Messenger - 2678251
    • MSN Messenger - BlueMonkMN@gmail.com
    • View Profile
    • http://sgdk2.sf.net/
    • Email
Re: Animation Preview Glitch
« Reply #4 on: 2011-01-16, 06:58:19 AM »
Seems like that problem should probably either be prevented or have a more useful error message in any case.

Yes; I need to know what caused it first.  But if that's it, then I know where to put the check

Whoops. Didn't notice that. P.s. Is there a way to make animations go slower than 15 FPS? At that speed it still looks odd.

15 FPS is just the preview speed.  It will only actually run at that speed if your game is only running at 15 FPS.  I don't think you want your game running that slowly, and certainly not even slower than that.  If you want the animation to run more slowly, you need to change the repeat count of the frames.  If you select all the frames and then increase the repeat count (it will increase that value for all selected frames), it will flip through the selected frames more slowly.  Changing repeat count from 1 to 2 will make the animation run half as fast.  Changing it from 1 to 3 will make it run 1/3rd as fast, etc.