PSX5Central
Playstation/Gaming Discussions => PS3 Discussion => Topic started 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]
-
cheers ill give it a try
-
Thanks!
Ill try that!
/FASTson
-
OH this is easy...NOT
-
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
-
: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.
-
Print "Hello"
CLR
Animal Mother1:
Isnt that Pascal?