Flowing text?

Post Reply
Greg
Posts: 146
Joined: Mon Jan 31, 2005 1:37 pm
Location: South Africa

Flowing text?

Post by Greg »

Not really sure how else to describe the effect I would like to achieve.
I have a picture of a PC, and a spinning disk, and would like to have the effect of a stream of 1's and 0's flowing from PC to disk to illustrate the writing of data to disk.
Does anyone have any ideas/pointers/samples?

Thanks.
Regards,
Greg
rguthrie
Posts: 431
Joined: Wed Nov 16, 2005 1:56 pm
operating_system: Windows 11
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: MSI MAG B550 TOMAHAWK
processor: AMD Ryzen 9 5900X 120-Core Processor
ram: 64GB
Video Card: AMD Radeon RX6600 XT
sound_card: Realtek High Definition Audio
Hard_Drive_Capacity: 2TB + 4TB
Monitor/Display Make & Model: ViewSonic

Post by rguthrie »

Greg,

How do you plan on usig this? In a video, on the web as a Flash?

Ron
Greg
Posts: 146
Joined: Mon Jan 31, 2005 1:37 pm
Location: South Africa

Post by Greg »

Ron,
will be using as part of a web site logo, either as animated gif or flash.

Regards,
Greg
[/img]
rguthrie
Posts: 431
Joined: Wed Nov 16, 2005 1:56 pm
operating_system: Windows 11
System_Drive: C
32bit or 64bit: 64 Bit
motherboard: MSI MAG B550 TOMAHAWK
processor: AMD Ryzen 9 5900X 120-Core Processor
ram: 64GB
Video Card: AMD Radeon RX6600 XT
sound_card: Realtek High Definition Audio
Hard_Drive_Capacity: 2TB + 4TB
Monitor/Display Make & Model: ViewSonic

Post by rguthrie »

Greg,

This'll take a bit of work but one way to do it is to build your text bit by bit (pun intended) every couple of frames. So, in frame 1 you could have (all as one text)

0
1
0
1

frame 15 (move your first bit pattern towards your disk)

10
11
10
01

frame 30

110
011
010
101

etc. You may want to group the sets of bits together, that way you can move the group as a whole towards the disk.

When you get to to end you can have it simply loop. I know that animated gifs can be set to do this, and I'll assume that Flash can do it as well.

Hope this helps,
Ron
pauley

Post by pauley »

Make a curtain to partially hide the 1s and 0s. Then just move the binary stream over time.

Pauley
Post Reply