123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|681|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Blitz -> Whats up here?

Wed, 25 Apr 2018, 14:43
spinal

Whats up here?


OK, I haven't BLitzed in such a long time, why the hell does this not work?

Don't worry, it's really short...



-=-=-
Check out my excellent homepage!
Wed, 25 Apr 2018, 14:57
Jayenkai
Flip?
Wed, 25 Apr 2018, 23:56
spinal
Nope.
Further explanation - It should stop when you bump into a line, it doesn't.

-=-=-
Check out my excellent homepage!
Thu, 26 Apr 2018, 11:22
jm2bits
Should your ReadPixels be the other way around?

eg

ReadPixel(py,px+1)

Should be

ReadPixel(px+1, py)

??
Thu, 26 Apr 2018, 13:17
spinal
Yes, however, fixing it didn't make the code work



|edit| readpixel is returning -1 always...

-=-=-
Check out my excellent homepage!
Thu, 26 Apr 2018, 13:46
jm2bits
Your issue is a typo

wallColour = Readpixel(0, 0)

vs

<> wallColor
Thu, 26 Apr 2018, 13:53
spinal
Dammit.

Thanks jm2bits
Thu, 26 Apr 2018, 15:24
therevillsgames
SuperStrict/Strict for the win!