|
-
February 22nd, 2011, 11:55 AM
#7
Re: TV static noise animation-adding random generator
Hi Peej,
This is not an assignment, but the final animation has to precisely replicate the standard style, appearance and change speed for "dynamic visual noise" in order to be an effective example and exercise.
Dynamic visual noise animation can be seen in the Flash demo at:
http://elearningprojects.com/WN5.swf
and Delphi source code and a Windows demo for dynamic visual noise is at:
http://www.st-andrews.ac.uk/~www_sp/.../personal/jgq/
So, I think that a code which can randomly choose 400 dots per second, change these from white to black or black to white, on a 640X640 canvas with 80 rows across and 80 rows down of white and black dots (50% of each to start), totaling 6400 will work. The code posted above does much of this, but does not randomly select 400 per second (or 40 per 100 ms) for changing. So, the code would need to add this and change anything else in it to allow this random generator to work properly. As a beginner, I've tried to do this, but I have not been successful and need help.
But, if there is an easier design that accomplishes the same result, that would be great!
Kind Regards,
saratogacoach
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|