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
Flowing text?
-
rguthrie
- Posts: 431
- Joined: Wed Nov 16, 2005 1:56 pm
- 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
-
rguthrie
- Posts: 431
- Joined: Wed Nov 16, 2005 1:56 pm
- 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
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
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
