Computer Science Canada Make a animation Jump |
Author: | X2_star [ Mon Apr 07, 2008 3:17 pm ] |
Post subject: | Make a animation Jump |
Hello, I need to know how to make a picture for a small animation video jump. |
Author: | Mackie [ Mon Apr 07, 2008 3:47 pm ] |
Post subject: | RE:Make a animation Jump |
Post some code we can help you with. Otherwise how are we supposed to help? |
Author: | DaveAngus [ Tue Apr 08, 2008 8:20 am ] | ||
Post subject: | RE:Make a animation Jump | ||
Is this what your looking for?
|
Author: | Mackie [ Tue Apr 08, 2008 10:21 am ] |
Post subject: | RE:Make a animation Jump |
DaveAngus! Don't do his work for him! It's not that hard of a concept to comprehend. Why do you keep doing this! |
Author: | Zampano [ Tue Apr 08, 2008 10:36 am ] |
Post subject: | Re: Make a animation Jump |
Somehow I think Mazer would have regretted making that tutorial thread. It has been abused mercilessly. If you really want to understand the code Angus gave you, X2Star, you should think of how basic game procedures such as jumping should modify coordinates. When a person jump, their y is greater. Specifically, because gravity causes their velocity is a downwards direction to increase constantly, jumping is simply a matter of having a set amount to increment by and then taking some away from is each time to account for the gravity. |
Author: | DaveAngus [ Tue Apr 08, 2008 12:19 pm ] |
Post subject: | RE:Make a animation Jump |
Makie im not doing any work for him. I gave him a completely erelivant program that Makie made. If he was to use that, he would have to change all of the variables and would have to know whats going on. Sometimes its nice to be able to visualize things. If he knew what was going on he wouldnt ask the question. Just saying yea you have to do blah blah blah, Hes still stuck because he has no idea how to do it. Sometimes a little visual is nice! Chillll ouuuuuttttttt. |
Author: | X2_star [ Tue Apr 08, 2008 5:38 pm ] |
Post subject: | RE:Make a animation Jump |
Thx for the help but, its a video animation, so i cant push any keys to jump, the program has to do it by itself, just use delay? |
Author: | DaveAngus [ Wed Apr 09, 2008 7:17 am ] | ||
Post subject: | RE:Make a animation Jump | ||
Ok so you have to look the program to make the ball go from point a to point b. You will have to use a for loop declare i you will want to add a clear screen so that you dont get 1000 characters on your screen where ever it moved then add your 'character' and there you have it. add your View.Update and delay and its done. Hopefully I helped a bit! Let me know if i assisted you at all! Take care and have fun with this! -Dave
|
Author: | X2_star [ Thu Apr 10, 2008 7:35 am ] |
Post subject: | RE:Make a animation Jump |
yeah it did somewhat thank you |