Computer Science Canada A simpler way to do animation? |
Author: | TheZsterBunny [ Sun Feb 22, 2004 1:59 pm ] |
Post subject: | A simpler way to do animation? |
Hrm. I'm working on some fun stuff, and am having some issues with animation. I have this working, but its terribly inefficient. There must be an easier way to do it. It is a 5 stage animation for some sort of plasma bolt. It fires from the centre of the screen to wherever you click. The animation is pretty bad, but i'll fix that once the code is straightened out. -bunny |
Author: | Andy [ Sun Feb 22, 2004 2:01 pm ] |
Post subject: | |
post ur code so we can see |
Author: | shorthair [ Sun Feb 22, 2004 2:05 pm ] |
Post subject: | |
have you tried the view.Update , and .Area , when you post the code im sure we can help you |
Author: | Cervantes [ Sun Feb 22, 2004 2:12 pm ] | ||
Post subject: | |||
from the Turing examples folder
|
Author: | TheZsterBunny [ Sun Feb 22, 2004 2:27 pm ] | ||||
Post subject: | The Code | ||||
sorry, i guess i forgot to attach.
And while i'm here
Please excuse variable/procedure names. I pride uniquosity in my programs. -bunny |
Author: | TheXploder [ Sun Feb 22, 2004 2:54 pm ] | ||
Post subject: | |||
I don't get what you are trying to do, but try this:
|
Author: | TheZsterBunny [ Sun Feb 22, 2004 2:58 pm ] |
Post subject: | |
My goal was to have turing draw the moving line in stages by itsself rather than using 'if stage =' for it. I've been using offscreenonly for a while, its nothing new to me, but i appreciate you (plural) sending examples. Maybe one day i'll send in my paint program. The second program is an explosion where the rate of expansion slows as the circle grows. -bunny |
Author: | TheZsterBunny [ Mon Feb 23, 2004 3:25 pm ] | ||
Post subject: | Followbomb | ||
Here is the finished animation for the second part of my code. this is a firey explosion. supposedly -bunny |