![]() |
Help
1 Attachment(s)
As you all know Im really bad when it comes to graphics, I made this EKG animation and it doesn't look right at all (first attempt). This is also the first animation I ever made. Any ideas on what I can do to improve it?
Yes I do know about the loop error |
What is it suppose to be exactly?
|
The device that keeps your heart rate on check, maybe? o.O
|
And ECG doesn't simply scroll an image across. My suggestion is to do it the ol' fashioned way, frame by frame drawing. Remember, an ECG works by having the current heart rate represented by...., let's say, a pixel, right now(in older versions, this would be the needle drawing the line). All those lines and stuff represent information not up to date... so forget about it for now. The pixel changes its vertical position depending on the heart rate, and moves horizontally across, this is all you need to worry about right now. So animate that pixel moving until you're happy with it. THEN, add a trail effect to it. Everytime the pixel moves to a new position, leave a pixel with -5% opacity in the old position. Keep doing that until you have a really cool effect going. This is probably a poor explanation, but you should look up ECG's and see how they work, especially the computer ones(which this one seems to be tailored after). The basic premise is, dot=animation, line=trail effect. They are not one in the same, so you can't simply just loop it moving across.
Or just have someone script it using showpoly's. I'd recommend this, would be cool to see a dynamic ECG health bar. Here's a small animation I drew up to give you an example of what I mean... I didn't finish it, but you should get the idea. This is the ECG effect WITHOUT trailing, this is what you need to focus on: http://img179.imageshack.us/img179/1237/ecg2ii9.gif This is WITH the trailing, this should be done after you're satisfied with the movement. http://img179.imageshack.us/img179/1821/ecg1yn0.gif |
Quote:
|
Quote:
|
| All times are GMT +2. The time now is 09:41 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.