29 posts
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/>/>
236 posts
Location
Germany
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)
2088 posts
Location
South Africa
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?
169 posts
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.
29 posts
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 ?
864 posts
Location
Sometime.
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?
29 posts
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 -.-