Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ok, then: Obfuscation anyone?
#13
Quote:Here's a more difficult one Big Grin...:roll:.
Code:
SCREEN &HF - 2
A$="16171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031"
: DO: FOR D% = 0 TO 9: FOR C% = 0 TO 15: IF B% = &HFE + 1 THEN B% = 0
LINE (C% * (10 + (5 + (2 * 2) + 1)), D% * (10 + (5 + (2 * 2) + 1)))-((C% * (10 + (5 + (2 * 2) + 1))) + 19, (D% * (10 + (5 + (2 * 2) + 1))) + 19), B% + VAL(MID$(A$, ((D% * 2) * (4 * 4)) + (C% * (4 - 2)) + 1, (-4 + 6))), BF: NEXT C%, D%: WAIT &H3DA, 8: B% = B% - (4 - 5): LOOP

Hmm, is this accurate?

Code:
SCREEN 13
A$="16171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031161718192021222324252627282930311617181920212223242526272829303116171819202122232425262728293031"
DO
    FOR D% = 0 TO 9
        FOR C% = 0 TO 15
            IF B% = &HFE + 1 THEN B% = 0
                LINE (C% * 20, D% * 20)-((C% * 20) + 19, (D% * 20) + 19), B% + VAL(MID$(A$, (D% * 32) + (C% * 2) + 1, 2)), BF
    NEXT C%, D%
    WAIT &H3DA, 8
    B% = B% + 1
LOOP

Basically it will draw every colour from 16 to 31 over and over on the screen, and it will "scroll" them from right to left. You just kinda made the equations needlessly complicated LOL
earn.
Reply


Messages In This Thread
Ok, then: Obfuscation anyone? - by Agamemnus - 03-07-2003, 10:55 PM
Ok, then: Obfuscation anyone? - by Agamemnus - 03-15-2003, 11:30 PM
Ok, then: Obfuscation anyone? - by toonski84 - 03-15-2003, 11:50 PM
Ok, then: Obfuscation anyone? - by someone42 - 03-26-2003, 02:37 PM
Ok, then: Obfuscation anyone? - by BlueKeyboard - 03-26-2003, 10:08 PM
Ok, then: Obfuscation anyone? - by Joakim - 03-27-2003, 12:32 AM
Ok, then: Obfuscation anyone? - by BlueKeyboard - 03-27-2003, 02:15 AM
Ok, then: Obfuscation anyone? - by BlueKeyboard - 03-27-2003, 08:46 PM
Ok, then: Obfuscation anyone? - by Neo - 03-31-2003, 02:42 PM
Ok, then: Obfuscation anyone? - by Agamemnus - 03-31-2003, 06:14 PM
Ok, then: Obfuscation anyone? - by BlueKeyboard - 03-31-2003, 10:23 PM
Ok, then: Obfuscation anyone? - by seph - 05-27-2003, 12:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)