Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sound Wave Bar.....
#12
Smile Thats fine, I put above you could put more line if you'd just try, heh,.. you can add more if you need to to make it reflect better,.. cool anyway.. Big Grin

Here is my rule braker... FB, looks loads better..
Code:
SCREEN 19, 32, 2, 1
amp = 1
DO
   LINE (0,0)-(800, 600), 0, BF
   LINE (0,300)-(800, 300), RGB(0,0,255)
   FOR x = 1 TO 800
      y! = amp * SIN(ang * 3.24/180)
      PSET (x, 300 - y!), RGB(0,255,0)
      ang = ang + 1
   NEXT
   WAIT &H3DA, 8
   amp = (amp + 1) MOD 200
LOOP UNTIL INKEY$ <> ""
SLEEP

QB version, close, lil cooler effect, runs in FB also.. :wink:
Code:
SCREEN 13
amp = 1
DO
   LINE (0,0)-(320, 200), 0, BF
   LINE (0,100)-(320, 100), 9
   FOR x = 1 TO 320
      y! = amp * SIN(ang * 3.24/180)
      PSET (x, 100 - y!), 10
      ang = ang + 1
   NEXT
   WAIT &H3DA, 8
   amp = (amp + 1) MOD 100
LOOP UNTIL INKEY$ <> ""
SLEEP

Enjoy! These keep moving!! Big Grin
Kevin (x.t.r.GRAPHICS)

[Image: 11895-r.png]
Reply


Messages In This Thread
Sound Wave Bar..... - by Rattrapmax6 - 04-03-2005, 12:51 AM
Sound Wave Bar..... - by red_Marvin - 04-03-2005, 01:37 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-03-2005, 01:52 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-04-2005, 02:22 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-04-2005, 06:23 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-05-2005, 01:12 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-05-2005, 01:26 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-05-2005, 01:58 AM
Sound Wave Bar..... - by red_Marvin - 04-05-2005, 01:58 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-05-2005, 02:02 AM
Sound Wave Bar..... - by xteraco - 04-05-2005, 03:11 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-05-2005, 03:45 AM
Sound Wave Bar..... - by xteraco - 04-05-2005, 05:25 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-05-2005, 05:38 AM
Sound Wave Bar..... - by shiftLynx - 04-05-2005, 06:05 AM
Sound Wave Bar..... - by xteraco - 04-05-2005, 06:56 AM
Sound Wave Bar..... - by xteraco - 04-05-2005, 08:23 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-06-2005, 12:36 AM
Sound Wave Bar..... - by xteraco - 04-06-2005, 12:37 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-06-2005, 12:41 AM
Sound Wave Bar..... - by Anonymous - 04-06-2005, 03:50 AM
Sound Wave Bar..... - by xteraco - 04-06-2005, 04:09 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-06-2005, 04:41 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-07-2005, 12:56 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-07-2005, 01:12 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-07-2005, 01:15 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-07-2005, 01:44 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-07-2005, 01:45 AM
Sound Wave Bar..... - by shiftLynx - 04-07-2005, 03:31 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-07-2005, 03:37 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-07-2005, 04:38 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-07-2005, 04:57 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-07-2005, 06:19 AM
Sound Wave Bar..... - by xteraco - 04-07-2005, 06:32 AM
Sound Wave Bar..... - by relsoft - 04-07-2005, 11:15 AM
Sound Wave Bar..... - by Anonymous - 04-07-2005, 11:34 AM
Sound Wave Bar..... - by shiftLynx - 04-07-2005, 08:23 PM
Sound Wave Bar..... - by Kylemc - 04-08-2005, 12:07 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-08-2005, 12:14 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-08-2005, 12:22 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-08-2005, 02:38 AM
Sound Wave Bar..... - by xteraco - 04-08-2005, 04:28 AM
Sound Wave Bar..... - by relsoft - 04-08-2005, 02:48 PM
Sound Wave Bar..... - by Anonymous - 04-08-2005, 03:20 PM
Sound Wave Bar..... - by Rattrapmax6 - 04-08-2005, 10:10 PM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-09-2005, 12:20 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-09-2005, 12:54 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-09-2005, 12:59 AM
Sound Wave Bar..... - by DefHo - 04-09-2005, 01:54 PM
Sound Wave Bar..... - by Rattrapmax6 - 04-09-2005, 08:23 PM
Narf! - by DefHo - 04-10-2005, 01:22 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-10-2005, 03:25 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-10-2005, 07:48 AM
Sound Wave Bar..... - by shiftLynx - 04-10-2005, 02:47 PM
Sound Wave Bar..... - by TheDarkJay - 04-10-2005, 03:11 PM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-10-2005, 05:09 PM
Sound Wave Bar..... - by shiftLynx - 04-10-2005, 05:46 PM
Sound Wave Bar..... - by Rattrapmax6 - 04-10-2005, 07:56 PM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-11-2005, 03:14 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-11-2005, 03:27 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-11-2005, 03:38 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-12-2005, 05:11 AM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-13-2005, 01:27 AM
Sound Wave Bar..... - by Kylemc - 04-16-2005, 01:06 AM
Sound Wave Bar..... - by Rattrapmax6 - 04-16-2005, 03:17 AM
Sound Wave Bar..... - by Kylemc - 04-16-2005, 02:06 PM
Sound Wave Bar..... - by TheDarkJay - 04-16-2005, 02:47 PM
Sound Wave Bar..... - by Kylemc - 04-16-2005, 03:55 PM
Sound Wave Bar..... - by TheDarkJay - 04-16-2005, 04:03 PM
Sound Wave Bar..... - by Mitth'raw'nuruodo - 04-16-2005, 05:33 PM
Sound Wave Bar..... - by Rattrapmax6 - 04-16-2005, 07:29 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)