PSX5Central

Playstation/Gaming Discussions => PS3 Discussion => Topic started by: Chrono on December 14, 2000, 11:33:45 AM

Title: Got Yabasic? Try this!
Post by: Chrono 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]
Title: Got Yabasic? Try this!
Post by: mike wilcox on December 14, 2000, 01:10:36 PM
cheers ill give it a try
Title: Got Yabasic? Try this!
Post by: fastson on December 14, 2000, 01:29:25 PM
Thanks!

Ill try that!

/FASTson
Title: Got Yabasic? Try this!
Post by: Unicron! on December 14, 2000, 01:32:38 PM
OH this is easy...NOT
Title: Got Yabasic? Try this!
Post by: Animal Mother 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
Title: Got Yabasic? Try this!
Post by: Living-In-Clip 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.
Title: Got Yabasic? Try this!
Post by: Unicron! on December 15, 2000, 04:10:20 AM
Print "Hello"
CLR

Animal Mother1:
Isnt that Pascal?