Animation problem with multiple frames...

Non-platform specific questions.

Animation problem with multiple frames...

Postby Sgt. Sparky » Fri Sep 28, 2007 2:50 pm

I am having a problem with the Multiple Files function for using multiple frames as an animation.
Whenever I tried to load this sequence of images I spent an okay amount of time working on it would load them, but it would jump frames, it wouldn't go from frame 0 to frame 1 to frame2, ect. it would just skip around on the way, from frame 0 to frame 1 to frame 3 to frame 2, ect.
:(
I checked the images and the Titles and the animation names are as fallows:
HeliRotateDir_0, HeliRotateDir_1, HeliRotateDir_2, HeliRotateDir_3, HeliRotateDir_4, ect.
any help makslane? :(
EDIT: I found the problem, so my post is pointless... :lol:
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Re: Animation problem with multiple frames...

Postby Kalladdolf » Fri Sep 28, 2007 3:05 pm

uh-huh...
so what was the problem?
(i wanna learn something :mrgreen: )
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problem with multiple frames...

Postby Sgt. Sparky » Fri Sep 28, 2007 5:52 pm

I messed up when I was making the 36 frames for the animation, the image offset in each rotated frame was a bit over 10 degrees, I needed it to be exactly 10.
What I mean is: my frame rotating program created a temporary files in the order that the animation was supposed to be in, but I was off when I made the specifacations for the rendering. :oops:


:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Sun Sep 30, 2007 12:13 pm

36 frames on 1 image???it's too much...(although I ever made 56 frames in 1 image)
Why you dont made 9 frames in 4 images???just connect them with AnimationFinish... :D
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Freddy » Sun Sep 30, 2007 12:43 pm

I had the same problem Sparky, my animations would be weird when I tried to rotate it. I figured out that I could solve the problem by naming them 1,2,3...7,8,9, and instead of doing ten I had to do 91,92,93, and so on until I got into the thousands. It was pretty anoying, but it worked. Anyway, I've been wondering, how would I make a homing missile point and move to the closest enemy/ enemy with the biggest threat?
Hola
User avatar
Freddy
 
Posts: 548
Joined: Sat Jun 02, 2007 3:42 pm
Location: Why do you want to know?
Score: 14 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Sun Sep 30, 2007 1:17 pm

until thousand???
Hey, it's very much... :D :D :D
What's wrong???I never found that glitch before... :roll:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Sgt. Sparky » Sun Sep 30, 2007 5:44 pm

Bee-Ant wrote:36 frames on 1 image???it's too much...(although I ever made 56 frames in 1 image)
Why you dont made 9 frames in 4 images???just connect them with AnimationFinish... :D

36 frames as seperate images.
:D
Image
Random Links:
viewtopic.php?p=19474#19474
Right now (10/14/2009) I'm working on some C++ projects, but I might be able to help if you have some Game Editor questions. :)
User avatar
Sgt. Sparky
 
Posts: 1850
Joined: Sat Oct 07, 2006 5:28 pm
Location: Somewhere out there, beneath the pale blue sky...
Score: 236 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Mon Oct 01, 2007 12:33 pm

So, why that problem could happened???
I never found that problem before...
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Kalladdolf » Mon Oct 01, 2007 1:13 pm

me neither! I used ,like, 60 images at a time :!:
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Mon Oct 01, 2007 3:20 pm

==Kalladdolf== wrote:me neither! I used ,like, 60 images at a time :!:

No separated??? :o
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Kalladdolf » Mon Oct 01, 2007 3:23 pm

1 animation; 60 multiple files.
(But the game ran kinda slow :lol: :lol: :lol: )
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Mon Oct 01, 2007 3:30 pm

Hahahahahaha... :D
in what format your sprites??? .bmp??
Btw, I'm too tired...I have to go sleep...I have a task for tomorow...meet online alone... :D :) :| :idea:
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Kalladdolf » Mon Oct 01, 2007 4:10 pm

png.
my PC is a slow technical accident, anyway :D :D :D

see ya!
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Re: Animation problem with multiple frames...

Postby Bee-Ant » Tue Oct 02, 2007 8:15 am

I'm back!!! :D
User avatar
Bee-Ant
 
Posts: 3723
Joined: Wed Apr 11, 2007 12:05 pm
Location: http://www.instagram.com/bee_ant
Score: 210 Give a positive score

Re: Animation problem with multiple frames...

Postby Kalladdolf » Tue Oct 02, 2007 1:17 pm

me too!!!
User avatar
Kalladdolf
 
Posts: 2427
Joined: Sat Sep 08, 2007 8:22 am
Location: Germany
Score: 120 Give a positive score

Next

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron