Hello

Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: Got Yabasic? Try this!  (Read 1382 times)

Offline Chrono
  • Suikoden Maniac
  • Legendary Member
  • ******
  • Posts: 2575
  • Karma: +10/-0
Got Yabasic? Try this!
« on: December 14, 2000, 11:33:45 AM »
I\'m taking Basic then C++
Try this to make your TV the matrix!
----------------

CLS

DIM x AS LONG
DIM s AS STRING * 80
DIM count AS LONG

\'initialize
FOR 1 = 1
MID$(s, 1 + 1, 1) = CHR$(INT(RND * 200) + 50)
FOR x = 1 TO 1
NEXT

COLOR 2

DO
FOR x = 1 TO 4
MID$(s, (INT(RND * 20)) * 4 + 2, 1) = CHR$(INT(RND * 200) + 50)
NEXT x

PRINT s
\'PRINT

IF count < 60 THEN \'fill up initial screen fast, then go slow
count = count + 1
ELSE
FOR x = 1 TO 100000
\'delay
NEXT x
END IF

LOOP WHILE INKEY$ = ""







[Edited by Chrono on 12-14-2000 at 05:02 PM]

Offline mike wilcox
  • Jr. Member
  • **
  • Posts: 53
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #1 on: December 14, 2000, 01:10:36 PM »
cheers ill give it a try
BOOYAKASHA!

Offline fastson
  • Keyser Söze
  • Legendary Member
  • ******
  • Posts: 7080
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #2 on: December 14, 2000, 01:29:25 PM »
Thanks!

Ill try that!

/FASTson
\"Behold, my son, with how little wisdom the world is governed\"
-Axel Oxenstierna 1648

Offline Unicron!
  • Legendary Member
  • ******
  • Posts: 9319
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #3 on: December 14, 2000, 01:32:38 PM »
OH this is easy...NOT

Offline Animal Mother
  • goldmember
  • Hero Member
  • *****
  • Posts: 1582
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #4 on: December 14, 2000, 02:36:57 PM »
I just tried it on my modded Japanese PS2. that is the most retarted thing I ever saw! You guys need to do more complex stuff.
Instead of doing
Print "Hello"
CLR

thats BS
\"You know back before the war broke out I was a saucier in San Antone. I bet I could collar up some of them greens, yeah, some crawfish out the paddy, yo\'! Ha! I\'m makin\' some crabapples for dessert now, Ya hear! Hell yeah, ha!

Offline Living-In-Clip

  • Legendary Member
  • ******
  • Posts: 15131
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #5 on: December 14, 2000, 04:13:05 PM »
:roll eyes:
Who are you to judge? Just curious. You deem it stupid, therefor it must be. Because you say your some excellent programmer. I\'m sure that IF you are as good as you say, you didn\'t just wake up some day. No, instead it came through doing smaller things. But, apparently that notion left you all together when you got an ego.
 So, basically, chill out. No reason to go trashing ****, just because you don\'t like it.

Offline Unicron!
  • Legendary Member
  • ******
  • Posts: 9319
  • Karma: +10/-0
    • http://
Got Yabasic? Try this!
« Reply #6 on: December 15, 2000, 04:10:20 AM »
Print "Hello"
CLR

Animal Mother1:
Isnt that Pascal?

 

SMF spam blocked by CleanTalk