This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Jax9123's profile picture

[1.45] Pixels

Started by Jax9123, 15 October 2012 - 06:33 PM
Jax9123 #1
Posted 15 October 2012 - 08:33 PM
okay this could be easy as hell but i see people making a paint program and i notice that you can make PIXELS!! so i try to look into some elses source code and it doesnt make sence to me can somebody tell me how to make any colored pixels please :D/>/>
Kolpa #2
Posted 15 October 2012 - 08:50 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)
remiX #3
Posted 15 October 2012 - 08:58 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)

This isn't in CC1.33 hey?
Shazz #4
Posted 15 October 2012 - 09:20 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)

This isn't in CC1.33 hey?

Nope, it's in the 1.45 Prerelease.
Jax9123 #5
Posted 15 October 2012 - 10:08 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)
what if you want to move the pixels with the keyboard ?
Noodle #6
Posted 15 October 2012 - 10:21 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)

This isn't in CC1.33 hey?
You're late, 1.33 is only in tekkit, most servers use 1.41.

As for above, you can just make the function to draw the pixel at a place then have it move?
Jax9123 #7
Posted 15 October 2012 - 10:24 PM
its not pixels its an space with an set background color like this

term.setBackgroundColor(colors.red)
write(" ")
term.setBackgroundColor(colors.black)

This isn't in CC1.33 hey?
You're late, 1.33 is only in tekkit, most servers use 1.41.

As for above, you can just make the function to draw the pixel at a place then have it move?
i did and it got a weird blank screen then i press w and it glitches -.-